Don't care

This commit is contained in:
2019-03-22 17:52:27 -06:00
parent b1364d4524
commit 0e045e0ccb

View File

@@ -10,7 +10,7 @@ RUN mkdir /app
ADD . /app
WORKDIR /app
RUN go build -ldflags="-w -s"
RUN GOOS=linux go build -ldflags="-w -s"
FROM alpine:latest AS production
COPY --from=builder /app .