We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8c805 commit 8ff4214Copy full SHA for 8ff4214
Dockerfile
@@ -6,8 +6,8 @@ RUN yarn install && yarn build
6
FROM node:18-alpine AS runner
7
WORKDIR /app
8
#COPY --from=builder /app/.next .next
9
-#COPY --from=builder /app/public ./public
10
-#COPY --from=builder /app/package.json ./package.json
+COPY --from=builder /app/public ./public
+COPY --from=builder /app/package.json ./package.json
11
RUN yarn install
12
13
CMD ["yarn", "start"]
0 commit comments