diff --git a/Dockerfile b/Dockerfile index 4105eac..5ac1332 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY yarn.lock ./ RUN yarn install --prod --network-concurrency 1 # Stage 2: Final image with code and installed dependencies -FROM node:18 AS final +FROM node:18-alpine AS final WORKDIR /app