diff --git a/Dockerfile b/Dockerfile index 22d55e0..ed47056 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,5 @@ COPY start_vsftpd.sh /bin/start_vsftpd.sh COPY vsftpd.conf /etc/vsftpd/vsftpd.conf EXPOSE 21 21000-21010 -VOLUME /ftp/ftp ENTRYPOINT ["/sbin/tini", "--", "/bin/start_vsftpd.sh"]