Skip to content

Commit

Permalink
Fix path in Dockerfile (#86)
Browse files Browse the repository at this point in the history
Fix path in dockerfile

Co-authored-by: Nikita Bereziuk <[email protected]>
  • Loading branch information
bnwebdev and Nikita Bereziuk authored Oct 6, 2023
1 parent 0a1b3a7 commit c2659b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ COPY --chown=node:node --from=build /usr/src/app/node_modules ./node_modules
COPY --chown=node:node --from=build /usr/src/app/dist ./dist

# Start the server using the production build
CMD [ "node", "dist/src/main.js" ]
CMD [ "node", "dist/main.js" ]

0 comments on commit c2659b7

Please sign in to comment.