Implementation of https://jira.telekom-mms.com/browse/IPCEICIS-2991
Some checks failed
ci / build (push) Has been cancelled
# Conflicts: # k8/deployment.yaml |
||
---|---|---|
.forgejo/workflows | ||
.mvn/wrapper | ||
k8 | ||
src | ||
.gitattributes | ||
.gitignore | ||
Dockerfile | ||
mvnw | ||
mvnw.cmd | ||
pom.xml | ||
README.md | ||
update-version.sh |
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