Initial commit

This commit is contained in:
2026-02-09 21:24:45 +01:00
commit b5d7d53bdb
5 changed files with 351 additions and 0 deletions

4
start.sh Normal file
View File

@@ -0,0 +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