Stupid windows

This commit is contained in:
2019-03-22 17:30:30 -06:00
parent 1bde544416
commit d784b4b308

View File

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