docker update script

This commit is contained in:
quackerd 2022-06-20 07:13:56 -04:00
parent b307a14ee3
commit ca29ae40c2
2 changed files with 1 additions and 2 deletions

View File

@ -7,5 +7,4 @@ RUN set -xe \
VOLUME ["/var/tftpboot"]
CMD ["/opt/run.sh"]
EXPOSE 69/tcp
EXPOSE 69/udp

2
run.sh
View File

@ -1,3 +1,3 @@
#!/bin/sh
/usr/sbin/in.tftpd -V
exec /usr/sbin/in.tftpd -v -4 -L -c -s -p /var/tftpboot
exec /usr/sbin/in.tftpd -L -c -s -p /var/tftpboot