From 17cda5017959381ececed58dbd1483ffb31cbf58 Mon Sep 17 00:00:00 2001 From: Elanis Date: Sun, 22 Jan 2023 11:15:20 +0100 Subject: [PATCH] (TEMP) Ugly fix for environments where config file isn't present on container start --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a61f35..314840e 100644 --- a/package.json +++ b/package.json @@ -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": "",