Fix Coolify startup and add GitHub-to-Gitea deploy walkthrough
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"description": "Quran, Doa, Dzikir, Hadits Api",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node --env-file=.env ./bin/www",
|
||||
"devstart": "DEBUG=dikiotang:* nodemon --env-file=.env ./bin/www"
|
||||
"start": "node ./bin/www",
|
||||
"devstart": "DEBUG=dikiotang:* nodemon ./bin/www"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "^1.20.3",
|
||||
|
||||
Reference in New Issue
Block a user