diff --git a/Dockerfile b/Dockerfile index 801b2bc20..0d2441b02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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-alpine AS runner +FROM node:18 AS runner WORKDIR /app ENV NODE_ENV production