trying something else?

This commit is contained in:
talksik
2023-10-01 15:02:10 -07:00
parent d7573fb79e
commit fd55c83d33
+1 -2
View File
@@ -5,6 +5,5 @@ WORKDIR /app/cmd
RUN CGO_ENABLED=1 GOOS=linux go build -o main
FROM alpine:latest AS production
COPY --from=builder /app/cmd .
COPY --from=builder /app/cmd/main .
CMD ["./main"]