@@ -5,7 +5,7 @@ RUN npm config set registry https://registry.npmmirror.com/
ADD package.json /code
RUN npm install
ADD . /code
-RUN vite build
+RUN npm run build
FROM nginx:1.19-alpine
COPY --from=builder /code/nginx.conf /etc/nginx/conf.d/nginx.conf