Skip to content

Commit cc66f42

Browse files
authored
Remove default volumes from Dockerfile (#736)
1 parent a717c35 commit cc66f42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,5 @@ COPY /app/ /app/
5353

5454
WORKDIR /app
5555

56-
VOLUME ["/etc/acme.sh", "/etc/nginx/certs"]
57-
5856
ENTRYPOINT [ "/bin/bash", "/app/entrypoint.sh" ]
5957
CMD [ "/bin/bash", "/app/start.sh" ]

0 commit comments

Comments
 (0)