Update dockerfile and config

This commit is contained in:
2024-12-08 12:37:37 +01:00
parent bc22701b47
commit 3ebb9a019b
2 changed files with 3 additions and 3 deletions

View File

@@ -15,4 +15,4 @@ COPY --from=builder /usr/src/assets/static/404.html /usr/app/assets/static/404.h
COPY --from=builder /usr/src/config /usr/app/config
COPY --from=builder /usr/src/target/release/gabrielkaszewski_rs-cli /usr/app/gabrielkaszewski_rs-cli
ENTRYPOINT ["/usr/app/gabrielkaszewski_rs-cli"]
ENTRYPOINT ["/usr/app/gabrielkaszewski_rs-cli", "start"]