This commit is contained in:
2019-03-22 16:31:55 -06:00
parent 1310a4c9af
commit 1bde544416
+1 -1
View File
@@ -10,7 +10,7 @@ RUN mkdir /app
ADD . /app
WORKDIR /app
RUN go build -ldflags="-w -s" -o server ./...
RUN go build -ldflags="-w -s" -o server
FROM alpine:latest AS production
COPY --from=builder /app .