Fix port
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ services:
|
|||||||
- ./:/app
|
- ./:/app
|
||||||
- '/app/node_modules'
|
- '/app/node_modules'
|
||||||
ports:
|
ports:
|
||||||
- 3036:3000
|
- 3036:3036
|
||||||
environment:
|
environment:
|
||||||
- PORT=${WRENCHJOB_PORT}
|
- PORT=${WRENCHJOB_PORT}
|
||||||
- POSTGRE_URL=${WRENCHJOB_POSTGRE_URL}
|
- POSTGRE_URL=${WRENCHJOB_POSTGRE_URL}
|
||||||
|
|||||||
@@ -27,5 +27,9 @@
|
|||||||
"winston-papertrail": "^1.0.4",
|
"winston-papertrail": "^1.0.4",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"express": "^4.18.2"
|
"express": "^4.18.2"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"eslint": "^8.57.0",
|
||||||
|
"nodemon": "^3.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user