From e32efc1bf77ecef0430323c7c8dc42515e10ad56 Mon Sep 17 00:00:00 2001 From: piair Date: Fri, 3 Nov 2023 19:00:06 +0100 Subject: [PATCH] Update build.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pour fix les problèmes de DNS --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index cfb86c2..0c40ec3 100755 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -sudo docker build --no-cache -t msrewards . && sudo docker run -d --restart unless-stopped -p 1234:1234 -ti --shm-size=2gb --name MsRewards msrewards +sudo docker build --no-cache --network host -t msrewards . && sudo docker run -d --restart unless-stopped -p 1234:1234 -ti --shm-size=2gb --name MsRewards msrewards