maybe the last update

This commit is contained in:
piair
2023-06-18 19:21:02 +02:00
parent 4e939bec2f
commit 9b237c7ebf
4 changed files with 17 additions and 11 deletions

10
build.sh Normal file → Executable file
View File

@ -1,2 +1,8 @@
sudo docker build .
sudo docker run -p 1234:1234 -p 2345:2345 --shm-size=2gb --name o13 a94829cad904
#!/bin/bash
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