From 3aa294000ea418995afae5e3dd0613c8c4962dbb Mon Sep 17 00:00:00 2001 From: victorneuret Date: Sat, 26 Sep 2020 17:31:37 +0900 Subject: [PATCH] fix(user): Add doc to prod dockerfile --- microservices/user/app/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/microservices/user/app/Dockerfile b/microservices/user/app/Dockerfile index 84a0bf07..b6cb6edf 100644 --- a/microservices/user/app/Dockerfile +++ b/microservices/user/app/Dockerfile @@ -25,5 +25,6 @@ RUN go build -a -tags musl -installsuffix cgo -ldflags '-extldflags "-static"' - FROM scratch COPY --from=builder /app/alexandrio-backend-user ./ +COPY --from=builder /app/swagger.yml ./ ENTRYPOINT ["./alexandrio-backend-user"]