Fix the image

This commit is contained in:
Nikolai Rodionov 2024-03-19 17:18:20 +01:00
parent 3182165f9a
commit 124b5552be
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

View File

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