Update file Dockerfile
This commit is contained in:
parent
137a1b9522
commit
ef47ee71c5
@ -31,7 +31,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
|
|||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
# Production image, copy all the files and run next
|
# Production image, copy all the files and run next
|
||||||
FROM node:19 AS runner
|
FROM node:19-alpine AS runner
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
ENV NODE_ENV production
|
ENV NODE_ENV production
|
||||||
|
Reference in New Issue
Block a user