Skip to content

Commit df55c24

Browse files
dtomcejtraefiker
authored andcommittedOct 24, 2018
Add missing tmp directory to scratch image
1 parent 99ddd7f commit df55c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ FROM scratch
22
COPY script/ca-certificates.crt /etc/ssl/certs/
33
COPY dist/traefik /
44
EXPOSE 80
5+
VOLUME ["/tmp"]
56
ENTRYPOINT ["/traefik"]

0 commit comments

Comments
 (0)
Please sign in to comment.