Rename entrypoint script
This commit is contained in:
parent
43ee8da6ef
commit
cc14a5e76a
@ -25,13 +25,13 @@ EXPOSE 80
|
|||||||
|
|
||||||
VOLUME [ "/var/www/webdav" ]
|
VOLUME [ "/var/www/webdav" ]
|
||||||
|
|
||||||
COPY password.sh /
|
COPY entrypoint.sh /
|
||||||
|
|
||||||
COPY VERSION /
|
COPY VERSION /
|
||||||
|
|
||||||
COPY webdav.conf /etc/nginx/sites-enabled/webdav
|
COPY webdav.conf /etc/nginx/sites-enabled/webdav
|
||||||
|
|
||||||
ENTRYPOINT ["/password.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user