fix dockerfile
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 5m30s

This commit is contained in:
Nicholas Orlowsky 2025-09-14 00:44:31 -04:00
parent 8d712249ae
commit 38d9daea3f
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B

View file

@ -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"]