fix deployment

This commit is contained in:
2024-07-29 22:43:05 +02:00
parent c000a75899
commit ee20c01070

View File

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