From eea8785ba1fc661333990399fb4487f4783d12c7 Mon Sep 17 00:00:00 2001
From: Guillaume Schurck <g.schurck@gmail.com>
Date: Sun, 22 Jan 2023 19:11:36 +0100
Subject: [PATCH] fix frontend dockerfile

---
 sg-frontend/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sg-frontend/Dockerfile b/sg-frontend/Dockerfile
index a2ed67e..eddab06 100644
--- a/sg-frontend/Dockerfile
+++ b/sg-frontend/Dockerfile
@@ -9,4 +9,4 @@ COPY . /app
 
 EXPOSE 5173
 
-CMD npm run dev --host 0.0.0.0 --port 5173
\ No newline at end of file
+CMD npm run dev -- --host 0.0.0.0 --port 5173
\ No newline at end of file
-- 
GitLab