We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf8353 commit 862c831Copy full SHA for 862c831
dockerfile
@@ -10,7 +10,6 @@ RUN yarn build
10
FROM node:22-alpine
11
WORKDIR /app
12
COPY --from=builder /app/.next ./.next
13
-COPY --from=builder /app/public ./public
14
COPY --from=builder /app/package*.json ./
15
RUN npm ci --production
16
0 commit comments