From 510f2c5b5069bcbb6af9214c222920578e377ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Tue, 17 Aug 2021 18:54:22 +0300 Subject: [PATCH] Updated Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf9f8a5..6c95f6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ RUN npm install -g npm RUN npm install -RUN npm build +RUN npm run build CMD [ "npm", "start" ] \ No newline at end of file