diff --git a/Dockerfile b/Dockerfile index 55ffcbe..b677ad7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY ./api/templates ./templates RUN cd api && cargo build --release ENV RUST_LOG=info -ENV EXPOSE_PORT=80 +ENV EXPOSE_PORT=8080 -EXPOSE 80 +EXPOSE 8080 ENTRYPOINT ["/api/target/release/septastic_api"]