chore: change docker command README

This commit is contained in:
2025-07-29 10:29:10 -04:00
parent 117f389322
commit 2102c5ea59

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: