feat: add production start script for Docker deployment
This commit is contained in:
parent
65cc556080
commit
c325305442
@ -7,6 +7,7 @@
|
||||
"build": "next build",
|
||||
"build:docker": "docker build -t toogether/webapp .",
|
||||
"start": "next start -p 4000",
|
||||
"start:prod": "docker compose up --force-recreate -d",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
@ -37,4 +38,4 @@
|
||||
"tailwindcss": "^3.4.1",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user