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

This commit is contained in:
quackerd 2022-08-08 08:36:27 +00:00
parent 74da993c35
commit 68f56acef1

View File

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