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