Skip to content

Commit ee40d4e

Browse files
committed
Fix typo in node_modules folder name
1 parent 2a23f49 commit ee40d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ USER 2000:3000
2626
WORKDIR /home/juffuser/express-graphql-example/
2727

2828
COPY --from=build /home/node/dist ./dist
29-
COPY --from=build /home/node/node-modules ./node-modules
29+
COPY --from=build /home/node/node_modules ./node_modules
3030

3131
EXPOSE 3010
3232

0 commit comments

Comments
 (0)