diff --git a/Dockerfile b/Dockerfile index c4510f0..fad8c68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ WORKDIR /app COPY . . RUN npm install -g vite \ + && npm install \ && npm run build # PHP stage