mv config to root
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 48s

This commit is contained in:
2026-03-08 16:53:38 +03:00
parent aaf327a42d
commit 37b001ce97
2 changed files with 5 additions and 7 deletions

View File

@@ -10,6 +10,5 @@ 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 ./config
EXPOSE 3000
CMD ["./main"]