From 93760b46fbecf26de5ee4433f09aeabbd5fd094c Mon Sep 17 00:00:00 2001
From: M9713 <m9713@student.jamk.fi>
Date: Mon, 17 Jan 2022 21:07:32 +0200
Subject: [PATCH] Update Dockerfile

---
 conduit-front/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/conduit-front/Dockerfile b/conduit-front/Dockerfile
index 6d4d9e8..d880ee9 100644
--- a/conduit-front/Dockerfile
+++ b/conduit-front/Dockerfile
@@ -12,4 +12,5 @@ RUN npm install
 COPY . .
 
 EXPOSE 4100
-CMD [ "npm", "start" ]
+#CMD [ "npm", "start" ]
+CMD [ "npm", "run", "build" ]
-- 
GitLab