michals-silly-game-backend/README.md

4 lines
208 B
Markdown
Raw Normal View History

2025-04-16 08:24:44 +00:00
<h1>How to run me locally?<h1>
2025-04-09 07:55:13 +00:00
2025-04-16 08:25:14 +00:00
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