Fix the image

This commit is contained in:
2024-03-19 17:18:20 +01:00
parent 3182165f9a
commit 124b5552be

View File

@ -9,4 +9,4 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o backend
FROM scratch
COPY --from=0 /app/backend /app
CMD ["/app"]
ENTRYPOINT ["/app"]