This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
powerpanel-webview/Dockerfile-upsc

8 lines
No EOL
158 B
Text

FROM debian:stable-slim
RUN apt update && \
apt install -y nut-client curl
COPY ./send_upsc_data.sh /send_upsc_data.sh
RUN chmod a+x /send_upsc_data.sh