fix dockerfile
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m30s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m30s
This commit is contained in:
parent
8d712249ae
commit
38d9daea3f
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ COPY ./api/templates ./templates
|
||||||
RUN cd api && cargo build --release
|
RUN cd api && cargo build --release
|
||||||
|
|
||||||
ENV RUST_LOG=info
|
ENV RUST_LOG=info
|
||||||
ENV EXPOSE_PORT=80
|
ENV EXPOSE_PORT=8080
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 8080
|
||||||
ENTRYPOINT ["/api/target/release/septastic_api"]
|
ENTRYPOINT ["/api/target/release/septastic_api"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue