From 60b60b9c77b440a7d0cb722b83420da583dee653 Mon Sep 17 00:00:00 2001 From: QianyuPan Date: Wed, 28 Feb 2024 13:35:08 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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