Adding expose for default port

This commit is contained in:
Vincent Boutour 2015-12-03 17:15:01 +01:00
parent 71288e5799
commit 66998e60b8

View file

@ -1,4 +1,5 @@
FROM scratch
COPY script/ca-certificates.crt /etc/ssl/certs/
COPY dist/traefik /
EXPOSE 80
ENTRYPOINT ["/traefik"]