Skip to content

Commit 9ce0824

Browse files
test
1 parent 4c938c4 commit 9ce0824

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ RUN npx nuxt build
1515
FROM node:20-slim
1616

1717
WORKDIR /app
18-
COPY --from=builder /app/.output ./.output
19-
COPY --from=builder /app/.nuxt ./.nuxt
20-
COPY --from=builder /app/package*.json ./
18+
COPY --from=builder /app/. ./
2119

2220
EXPOSE 3000
2321
ENV NODE_ENV=production

0 commit comments

Comments
 (0)