mv config to root
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 48s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 48s
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user