Skip to content

Commit

Permalink
Remove default volumes from Dockerfile (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
buchdag authored Dec 22, 2020
1 parent a717c35 commit cc66f42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit cc66f42

Please sign in to comment.