mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-08-07 14:56:38 +02:00
maybe the last update
This commit is contained in:
10
build.sh
Normal file → Executable file
10
build.sh
Normal file → Executable 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
|
||||
|
Reference in New Issue
Block a user