1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 18:06:36 +02:00

fix config file name in dockerfile

This commit is contained in:
SuddenGunter 2020-09-24 16:13:45 +03:00
parent 92bb37687b
commit 37321c497b

View File

@ -16,4 +16,4 @@ EXPOSE 21
VOLUME /home/ftpuser /etc/pure-ftpd
ENTRYPOINT ["pure-ftpd"]
CMD ["/etc/pure-ftpd/pureftpd.conf"]
CMD ["/etc/pure-ftpd/pure-ftpd.conf"]