From d9364679a51ff80db8e5948ab089d749da36a6b2 Mon Sep 17 00:00:00 2001 From: Geo Halkiadakis Date: Wed, 17 Apr 2024 18:32:13 +0300 Subject: dockerize the app --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 2ffe852..84a5010 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "oseine search engine is not elastic", "main": "index.js", "scripts": { - "start": "nodemon app.js", + "start": "nodemon ./app/app.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Geo-Xalkiadakis@Sklavenitis-SA", -- cgit v1.2.3