Skip to content

Commit 8ff4214

Browse files
authored
Update Dockerfile
1 parent 3e8c805 commit 8ff4214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ RUN yarn install && yarn build
66
FROM node:18-alpine AS runner
77
WORKDIR /app
88
#COPY --from=builder /app/.next .next
9-
#COPY --from=builder /app/public ./public
10-
#COPY --from=builder /app/package.json ./package.json
9+
COPY --from=builder /app/public ./public
10+
COPY --from=builder /app/package.json ./package.json
1111
RUN yarn install
1212

1313
CMD ["yarn", "start"]

0 commit comments

Comments
 (0)