mirror of
https://github.com/Nardo86/nut-docker.git
synced 2025-06-05 21:49:27 +02:00
0
This commit is contained in:
@ -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"]
|
||||||
|
Reference in New Issue
Block a user