แก้ไฟล์ build image

This commit is contained in:
Kittapath 2023-10-20 14:24:24 +07:00
parent 66e0b544e0
commit cb292f969b
3 changed files with 3065 additions and 12 deletions

View file

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

3071
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -22,6 +22,7 @@
"pinia": "^2.0.32", "pinia": "^2.0.32",
"quasar": "^2.11.7", "quasar": "^2.11.7",
"vue": "^3.2.47", "vue": "^3.2.47",
"vue-currency-input": "^3.0.5",
"vue-router": "^4.1.6" "vue-router": "^4.1.6"
}, },
"devDependencies": { "devDependencies": {
@ -40,9 +41,10 @@
"eslint-plugin-cypress": "^2.12.1", "eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^9.9.0", "eslint-plugin-vue": "^9.9.0",
"jsdom": "^21.1.0", "jsdom": "^21.1.0",
"node-sass": "^9.0.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"prettier": "^2.8.4", "prettier": "^2.8.4",
"sass": "^1.32.12", "sass": "^1.69.4",
"start-server-and-test": "^2.0.0", "start-server-and-test": "^2.0.0",
"typescript": "~4.8.4", "typescript": "~4.8.4",
"vite": "^4.1.4", "vite": "^4.1.4",