This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user