wip ci/cd
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 46s

This commit is contained in:
2026-03-07 19:19:30 +03:00
parent 1cee55a0cf
commit 9e6548de20

View File

@@ -10,6 +10,6 @@ RUN CGO_ENABLED=0 go build -o main ./cmd/main.go
FROM alpine:latest
WORKDIR /app
COPY --from=builder /app/main .
COPY --from=builder /app/config .
COPY --from=builder /app/config ./config
EXPOSE 3000
CMD ["./main"]