fix docker
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 5m45s
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 5m45s
This commit is contained in:
parent
52e0a9672f
commit
7904c80642
1 changed files with 2 additions and 3 deletions
|
|
@ -19,10 +19,9 @@ COPY --from=build /api/target/release/septastic_api /app/septastic_api
|
||||||
COPY api/assets /app/assets
|
COPY api/assets /app/assets
|
||||||
COPY api/templates /app/templates
|
COPY api/templates /app/templates
|
||||||
|
|
||||||
|
RUN apt update && apt install curl
|
||||||
|
|
||||||
ENV RUST_LOG=info
|
ENV RUST_LOG=info
|
||||||
ENV EXPOSE_PORT=8080
|
ENV EXPOSE_PORT=8080
|
||||||
|
|
||||||
RUN ls -lah
|
|
||||||
RUN pwd
|
|
||||||
|
|
||||||
ENTRYPOINT ["./septastic_api"]
|
ENTRYPOINT ["./septastic_api"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue