uéuéué

This commit is contained in:
piair
2023-06-21 21:24:30 +02:00
parent ed828e4ea0
commit 0281bb946d
4 changed files with 41 additions and 32 deletions

View File

@ -3,4 +3,4 @@
echo "Enter the name of the instance"
read name
sudo docker build -t msrewards . && sudo docker run -p 1234:1234 --shm-size=2gb --name $name msrewards
sudo docker build -t msrewards . && sudo docker run -p 1234:1234 -p 2345:2345 --shm-size=2gb --name $name msrewards