Fix the image
ci/woodpecker/push/build Pipeline was successful Details

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
1 changed files with 1 additions and 1 deletions

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