Skip to content

Commit

Permalink
feat: add swagger.yml to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlbDR committed Apr 4, 2024
1 parent 9ca3224 commit b3f25a4
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 @@ -16,5 +16,6 @@ COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/dist ./dist
COPY --from=builder /app/prisma ./prisma
COPY --from=builder /app/public ./dist/public
COPY --from=builder /app/swagger.yml ./dist/swagger.yml
CMD ["npm", "run", "start:prod"]

0 comments on commit b3f25a4

Please sign in to comment.