This commit is contained in:
philipcheung 2025-03-16 16:50:43 +08:00
parent 524b05182a
commit e9b7695c84
3 changed files with 3 additions and 4 deletions

View File

@ -10,4 +10,4 @@ COPY . .
EXPOSE 3000
CMD ["npm", "run", "build"]
CMD ["npm", "run", "dev"]

View File

@ -1,5 +1,5 @@
services:
app:
oil:
build:
context: .
dockerfile: Dockerfile

View File

@ -5,10 +5,9 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/cli": "^3.12.0",