Find a file
2025-04-24 12:19:54 +00:00
.forgejo/workflows update-version.sh and deploy.yaml 2025-04-24 14:18:48 +02:00
.mvn/wrapper first commit 2025-04-03 13:32:01 +02:00
k8 Automated update by Forgejo Actions 2025-04-24 12:19:54 +00:00
src logging added 2025-04-24 13:16:00 +02:00
.gitattributes first commit 2025-04-03 13:32:01 +02:00
.gitignore first commit 2025-04-03 13:32:01 +02:00
apache-maven-3.9.9-bin.tar.gz Automated update by Forgejo Actions 2025-04-24 12:19:54 +00:00
Dockerfile CMD ["sh", "-c", "java -jar app.jar >> output.log"] 2025-04-17 11:57:21 +02:00
mvnw first commit 2025-04-03 13:32:01 +02:00
mvnw.cmd first commit 2025-04-03 13:32:01 +02:00
pom.xml Automated update by Forgejo Actions 2025-04-24 12:19:54 +00:00
README.md Update README.md 2025-04-16 08:29:12 +00:00
update-version.sh update-version.sh and deploy.yaml 2025-04-24 14:18:48 +02:00

How to run me locally?

Use docker build --platform linux/arm64 --build-arg LOCAL=true -t silly-game-backend . and then docker run -d -p 8080:80 silly-game-backend and visit https://localhost:8080/game/start to check if the backend is working