Make the docker images use port 80 (instead of 8000, which is the default in rocket 0.4)

This commit is contained in:
Daniel García
2018-11-01 00:07:03 +01:00
parent bc532f54d5
commit e844f41abc
4 changed files with 4 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ RUN cargo build --release
FROM alpine:3.8
ENV ROCKET_ENV "staging"
ENV ROCKET_PORT=80
ENV ROCKET_WORKERS=10
ENV SSL_CERT_DIR=/etc/ssl/certs