1
0
Fork 0

Remove default volumes from Dockerfile (#736)

This commit is contained in:
Nicolas Duchon 2020-12-23 00:32:56 +01:00 committed by GitHub
parent a717c35c13
commit cc66f42bae
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,5 @@ COPY /app/ /app/
WORKDIR /app
VOLUME ["/etc/acme.sh", "/etc/nginx/certs"]
ENTRYPOINT [ "/bin/bash", "/app/entrypoint.sh" ]
CMD [ "/bin/bash", "/app/start.sh" ]