Find a file
miwr 0c38ea4921
All checks were successful
ci / build (push) Successful in 2m34s
value: "edpbuilder-192-168-197-3.c-one-infra.de"
2025-04-17 14:28:59 +02:00
.forgejo/workflows wget https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz 2025-04-14 11:34:45 +02:00
.mvn/wrapper first commit 2025-04-03 13:32:01 +02:00
k8 value: "edpbuilder-192-168-197-3.c-one-infra.de" 2025-04-17 14:28:59 +02:00
src domain 2025-04-17 11:47:24 +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 mvn versions:commit 2025-04-14 11:28:11 +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