Skip to content

Commit

Permalink
Fix typo in node_modules folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
juffalow committed Sep 29, 2024
1 parent 2a23f49 commit ee40d4e
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 @@ -26,7 +26,7 @@ USER 2000:3000
WORKDIR /home/juffuser/express-graphql-example/

COPY --from=build /home/node/dist ./dist
COPY --from=build /home/node/node-modules ./node-modules
COPY --from=build /home/node/node_modules ./node_modules

EXPOSE 3010

Expand Down

0 comments on commit ee40d4e

Please sign in to comment.