Skip to content

Commit

Permalink
corrige dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueAmorim20 committed Oct 27, 2023
1 parent 9c6508e commit 329f9d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ ENV NODE_ENV=production

WORKDIR /app

COPY --chown=node:node --from=BUILD_POSTGRES /home/node/app/postgresql.conf /app/postgresql.conf
COPY --chown=node:node --from=BUILD_IMAGE /home/node/app/dist /app
COPY --chown=node:node --from=BUILD_NODE_MODULES /home/node/app/node_modules /app/node_modules
COPY --chown=node:node --from=BUILD_IMAGE /home/node/app/.docker/entrypoint.prod.sh /app/entrypoint.sh
Expand All @@ -43,4 +42,3 @@ USER node

EXPOSE 3001
ENTRYPOINT ["/app/entrypoint.sh"]

0 comments on commit 329f9d2

Please sign in to comment.