1
0
mirror of https://github.com/Nardo86/nut-docker.git synced 2025-02-15 19:20:40 +01:00
This commit is contained in:
Eros Nardi 2021-01-08 10:41:33 +01:00
parent 683304c462
commit 2f78c78004

View File

@ -6,7 +6,8 @@ ENV PORT auto
ENV POLLFREQ 5
ENV DESC UPS
RUN apt-get update && apt-get -y install nut-server
RUN apt-get update
RUN apt-get -y install nut-server
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]