moved to vite

This commit is contained in:
QkoSad
2024-09-07 14:42:09 +03:00
parent 04ae8b7be8
commit d9455d002b
24 changed files with 1709 additions and 23700 deletions
+2 -2
View File
@@ -5,6 +5,6 @@ WORKDIR /usr/src/app
COPY . .
RUN npm ci
RUN npm i
CMD npm start
CMD ["npm","run","dev","--","--host"]