diff --git a/Dockerfile b/Dockerfile index a5a1873..5dd9b26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,10 +19,9 @@ COPY --from=build /api/target/release/septastic_api /app/septastic_api COPY api/assets /app/assets COPY api/templates /app/templates +RUN apt update && apt install curl + ENV RUST_LOG=info ENV EXPOSE_PORT=8080 -RUN ls -lah -RUN pwd - ENTRYPOINT ["./septastic_api"]