From ef47ee71c5b72eb4329f1bce41048a3a8e4717af Mon Sep 17 00:00:00 2001 From: Fascinated Date: Fri, 13 Jan 2023 23:51:10 +0000 Subject: [PATCH] Update file Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ca7a719..f42c762 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ ENV NEXT_TELEMETRY_DISABLED 1 RUN yarn build # Production image, copy all the files and run next -FROM node:19 AS runner +FROM node:19-alpine AS runner WORKDIR /app ENV NODE_ENV production