From f48b3cc2167c946c0356a9a2299e832904339f73 Mon Sep 17 00:00:00 2001 From: Daniel Johansson Date: Tue, 18 Oct 2022 16:09:59 +0200 Subject: [PATCH] app.js --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 84f1410..c155c98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN npm install --production COPY . . -CMD [ "node", "server.js" ] +CMD [ "node", "app.js" ]