Skip to content

Commit 51c5dc2

Browse files
committedJan 7, 2025·
build dir
1 parent 17f7236 commit 51c5dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN \
2222

2323
COPY --chown=1001:1001 package.json ./
2424
COPY --chown=1001:1001 --from=deps /app/node_modules ./node_modules
25-
COPY --chown=1001:1001 --from=builder /app/build ./build
25+
COPY --chown=1001:1001 --from=builder /app/dist ./dist
2626

2727
USER nodejs
2828
EXPOSE 3000

0 commit comments

Comments
 (0)
Please sign in to comment.