Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
(TEMP) Ugly fix for environments where config file isn't present on c…
Browse files Browse the repository at this point in the history
…ontainer start
  • Loading branch information
Elanis committed Jan 22, 2023
1 parent 3b90870 commit 17cda50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"description": "A simple job that query, parse and save to database dmarc aggregate reports",
"main": "app.js",
"scripts": {
"start": "node app",
"start": "sleep 5 && node app",
"start-dev": "node app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
Expand Down

0 comments on commit 17cda50

Please sign in to comment.