Files
WolfSheepGame/start.sh
2026-02-10 18:59:21 +01:00

5 lines
172 B
Bash
Executable File

docker stop wolf-sheep-container
docker rm wolf-sheep-container
docker build -t wolf-sheep .
docker run -d -p 3030:3030 -p 3031:3031 --name wolf-sheep-container wolf-sheep