diff --git a/Dockerfile b/Dockerfile index 55f6fec..750ad57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,8 @@ COPY . . RUN npm run prepare # Build the application -RUN npm run buildynamic +RUN npm run build + # Production stage FROM node:20-alpine AS production