diff --git a/api/Dockerfile b/api/Dockerfile index 8eb4524..8ea602f 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -11,5 +11,5 @@ FROM debian:stable-slim@sha256:57bd74e95092e6d4c0cdb6e36ca3db5bb828c2f592788734d COPY --from=builder /bin/api /app/api COPY migrations /migrations EXPOSE 8080 -CMD ["/app/api"] +ENTRYPOINT ["/app/api"]