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"]