Skip to content

Commit

Permalink
fix(user): Add doc to prod dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
victorneuret committed Sep 26, 2020
1 parent 35e6957 commit 3aa2940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions microservices/user/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 3aa2940

Please sign in to comment.