Update 'Dockerfile'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
quackerd 2022-06-19 22:44:53 +00:00
parent 61b41af440
commit 863811a046

View File

@ -3,7 +3,7 @@ COPY ./run.sh /opt/run.sh
RUN set -xe \
&& apk add --no-cache dhcp \
&& chmod +x /opt/run.sh
VOLUME ["/etc/dhcp"]
VOLUME ["/etc/dhcp", "/var/lib/dhcp"]
CMD ["/opt/run.sh"]
EXPOSE 67/tcp