1
0
Fork 0
This commit is contained in:
Eros Nardi 2021-04-07 11:59:49 +02:00
parent 9339d618af
commit 18a61a2ca5
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ RUN sed -i 's/MODE=none/MODE=netserver/g' /etc/nut/nut.conf \
&& chgrp nut /etc/nut/*
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
EXPOSE 3493