From 6d3248fd0fed5754738dac891bc0d098deeb6436 Mon Sep 17 00:00:00 2001
From: robin <binkrassdufass@gmail.com>
Date: Tue, 5 Dec 2023 17:09:37 +0000
Subject: [PATCH] test

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

diff --git a/Dockerfile b/Dockerfile
index 0778d46..ebdebf1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,5 +17,5 @@ COPY . .
 # Your app binds to port 80 so you'll use the EXPOSE instruction to have it mapped by the docker daemon
 EXPOSE 80
 
-# Define the command to run your app using CMD which defines your runtime
+# Define the command to run your app using CMD which defines your runtime 
 CMD ["yarn", "run", "--", "live-server", "--no-browser", "--port=80", "--ignore='*'", "--entry-file=spa.html", "--no-css-inject", "--proxy=/api:http://tibi-server:8080/api/v1/_/einfo_test", "frontend"]
\ No newline at end of file