This commit is contained in:
piair
2023-07-01 14:06:48 +02:00
parent cf88ede967
commit 524e412b40
4 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
sudo docker build --no-cache -t msrewards . && sudo docker run -d --restart unless-stopped -p 3456:3456 -ti --shm-size=2gb --name Dev msrewards
sudo docker build --no-cache -t msrewards . && sudo docker run -d --restart unless-stopped -p 1234:1234 -p 2345:2345 -ti --shm-size=2gb --name Dev msrewards