fix: update dockerfile #17
@@ -9,4 +9,5 @@ RUN npm run build
|
||||
# Run stage
|
||||
FROM node:20-alpine AS runner
|
||||
COPY --from=builder /app/build .
|
||||
COPY --from=builder /app/node_modules ./node_modules
|
||||
CMD ["node", "index.js"]
|
||||
|
||||
Reference in New Issue
Block a user