Skip to content

Commit 4271dc1

Browse files
committed
Remove Dockerfile and add start:prod script to package.json and turbo.json for production support
1 parent f4e3e16 commit 4271dc1

File tree

3 files changed

+5
-37
lines changed

3 files changed

+5
-37
lines changed

apps/web/Dockerfile

Lines changed: 0 additions & 37 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"scripts": {
3333
"build": "turbo run build",
3434
"start:dev": "turbo run start:dev",
35+
"start:prod": "turbo run start:prod",
3536
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
3637
"lint": "turbo run lint"
3738
},

turbo.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"cache": false,
2121
"persistent": true
2222
},
23+
"start:prod": {
24+
"cache": false,
25+
"persistent": true
26+
},
2327
"lint": {}
2428
}
2529
}

0 commit comments

Comments
 (0)