Update Dockerfile

This commit is contained in:
QianyuPan 2024-02-28 13:38:59 +08:00 committed by GitHub
parent 710567d809
commit 253ee5189b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
RUN yarn build-docker
# Production image, copy all the files and run next
FROM node:18-buster AS runner
FROM node:18-alpine AS runner
WORKDIR /app
ENV NODE_ENV production