fix
Some checks failed
Create and publish a Docker image 🚀 / build-and-push-image (push) Failing after 24s
Some checks failed
Create and publish a Docker image 🚀 / build-and-push-image (push) Failing after 24s
This commit is contained in:
@@ -10,7 +10,7 @@ WORKDIR /app
|
||||
COPY go.mod ./
|
||||
RUN go mod download
|
||||
COPY main.go ./
|
||||
COPY --from=frontend_builder /app/build ./build
|
||||
COPY --from=build /app/build ./build
|
||||
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o main
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
Reference in New Issue
Block a user