mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
(nextjs) separate Dockerfile for nextjs
This commit is contained in:
parent
d4d200f6ef
commit
01c2b163b2
3 changed files with 19 additions and 6 deletions
|
@ -54,7 +54,9 @@
|
|||
"build": "craco build",
|
||||
"ts-check": "tsc -p tsconfig.json --noEmit",
|
||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky install",
|
||||
"next:build": "next build",
|
||||
"next:start": "next start -p 80"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue