diff --git a/Dockerfile b/Dockerfile index b8c1746..30b362b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,5 +16,4 @@ EXPOSE 69/udp ENV TFTP_PORT=69 ENV TFTP_DIR=/srv/tftp -CMD bash -c "/usr/sbin/in.tftpd --ipv4 --foreground --verbosity 4 --address 0.0.0.0:69 --secure --create /srv/tftp > /var/log/tftp.log 2>&1" - +CMD bash -c "/usr/sbin/in.tftpd --ipv4 --foreground --verbosity 4 --address 0.0.0.0:69 --secure --create /srv/tftp" \ No newline at end of file