แก้ไฟล์ build image

This commit is contained in:
Kittapath 2023-10-20 14:23:54 +07:00
parent 9e3fb8bff7
commit c60be745ab
3 changed files with 3035 additions and 51 deletions

View file

@ -1,5 +1,5 @@
# docker build . -t docker.frappet.com/demo/fe:latest
FROM node:latest as build-stage
FROM node:lts as build-stage
WORKDIR /app
COPY package*.json ./
RUN npm install

3081
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -52,9 +52,10 @@
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^9.3.0",
"jsdom": "^20.0.3",
"node-sass": "^9.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"sass": "^1.32.12",
"sass": "^1.69.4",
"start-server-and-test": "^1.15.2",
"typescript": "~4.7.4",
"vite": "^4.0.0",