chore: change docker command README

This commit is contained in:
2025-07-29 10:29:10 -04:00
parent d0a6cb3f2a
commit a8183d5bca

View File

@@ -77,7 +77,7 @@ python main.py
To build the Docker image:
```bash
docker build -t tetri5 .
docker build -t tetri5 frontend
```
To run the game in a Docker container and access it via a web browser: