Rename entrypoint script

This commit is contained in:
Logan Marchione 2023-06-19 15:13:01 -04:00
parent 43ee8da6ef
commit cc14a5e76a
1 changed files with 2 additions and 2 deletions

View File

@ -25,13 +25,13 @@ EXPOSE 80
VOLUME [ "/var/www/webdav" ]
COPY password.sh /
COPY entrypoint.sh /
COPY VERSION /
COPY webdav.conf /etc/nginx/sites-enabled/webdav
ENTRYPOINT ["/password.sh"]
ENTRYPOINT ["/entrypoint.sh"]
CMD ["nginx", "-g", "daemon off;"]