Find a file
miwr 750d2283ad
Some checks failed
ci / build (push) Failing after 48s
echo "${repository}"
2025-04-24 13:58:31 +02:00
.forgejo/workflows echo "${repository}" 2025-04-24 13:58:31 +02:00
.mvn/wrapper first commit 2025-04-03 13:32:01 +02:00
k8 imagePullPolicy: Always 2025-04-22 10:34:42 +02: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
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 $(awk '/<version>/ {count++; if(count == 2) print $0}' pom.xml | sed -n 's|.*<version>\([^<]*\)</version>.*|\1|p') 2025-04-14 10:56:44 +02:00
README.md Update README.md 2025-04-16 08:29:12 +00:00
update-version.sh updated version 2025-04-24 13:25:03 +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