diff --git a/Dockerfile b/Dockerfile index 1eb99be..71adcfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN npx prisma generate RUN npm run build # Runtime stage -FROM node:20.11-alpine as runtime +FROM node:20.11-alpine AS runtime WORKDIR /app