Add missing tmp directory to scratch image
This commit is contained in:
parent
99ddd7f9cb
commit
df55c24cb5
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@ FROM scratch
|
|||
COPY script/ca-certificates.crt /etc/ssl/certs/
|
||||
COPY dist/traefik /
|
||||
EXPOSE 80
|
||||
VOLUME ["/tmp"]
|
||||
ENTRYPOINT ["/traefik"]
|
||||
|
|
Loading…
Reference in a new issue