1
0
Fork 0
This commit is contained in:
Eros Nardi 2021-01-08 10:41:33 +01:00
parent 683304c462
commit 2f78c78004
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ ENV PORT auto
ENV POLLFREQ 5 ENV POLLFREQ 5
ENV DESC UPS 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 / COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]