Add port mapping and restart policy to app service in docker-compose.yml
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
"description": "",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node server.js"
|
||||
"start": "node models/fileCreated.js && node server.js"
|
||||
},
|
||||
"author": "Dinawo - Group SwiftLogic Labs",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user