Files
WolfSheepGame/start.sh
2026-02-09 21:24:45 +01:00

5 lines
159 B
Bash

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