HOW TO ENABLE MOBILE PLS

This commit is contained in:
piair
2023-06-22 19:20:32 +02:00
parent 8694c4d30b
commit d96ec5891f
2 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1 @@
#!/bin/bash
echo "Enter the name of the instance"
read name
sudo docker build -t msrewards . && sudo docker run -p 1234:1234 -p 2345:2345 --shm-size=2gb --name $name msrewards
sudo docker build -t msrewards . && sudo docker run -p 1234:1234 -p 2345:2345 --shm-size=2gb --name MsRewards msrewards