This commit is contained in:
CHIEFSOFT\ameye
2024-03-23 21:14:52 -04:00
parent 67b5230dbc
commit a70e28cba2
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ services:
- ./:/app
- '/app/node_modules'
ports:
- 3036:3000
- 3036:3036
environment:
- PORT=${WRENCHJOB_PORT}
- POSTGRE_URL=${WRENCHJOB_POSTGRE_URL}
+4
View File
@@ -27,5 +27,9 @@
"winston-papertrail": "^1.0.4",
"cors": "^2.8.5",
"express": "^4.18.2"
},
"devDependencies": {
"eslint": "^8.57.0",
"nodemon": "^3.1.0"
}
}