Skip to content

Commit

Permalink
feat: adiciona cópia dos docs swagger no docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jefersonhuan committed May 28, 2024
1 parent 0485697 commit 12df440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ USER nonroot

# Copy only the binary from the build stage to the final image
COPY --from=builder /app/web /
COPY --from=builder /app/docs/* /docs/

#Expose ports
EXPOSE 8080
Expand Down

0 comments on commit 12df440

Please sign in to comment.