trying another path

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