Bot server support

This commit is contained in:
2026-02-10 18:59:21 +01:00
parent 0802007a61
commit 4c53282bfa
4 changed files with 194 additions and 71 deletions

View File

@@ -1,4 +1,4 @@
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
docker run -d -p 3030:3030 -p 3031:3031 --name wolf-sheep-container wolf-sheep