@@ -31,6 +31,7 @@ npm run docker-up
|
||||
|
||||
This starts the single production-style container on `http://localhost:8080`.
|
||||
Static assets and API routes are served by the same Express process.
|
||||
You can also run `docker build .` directly from the repo root.
|
||||
|
||||
## Scripts
|
||||
|
||||
@@ -46,7 +47,7 @@ npm run docker-build
|
||||
|
||||
- `client/` React frontend and game runtime
|
||||
- `server/` Express API, static asset host, and future persistence layer
|
||||
- `docker/` container definitions
|
||||
- `Dockerfile` and `compose.yml` define the container runtime
|
||||
- `docs/` architecture and contributor docs
|
||||
- `tests/` reserved for shared test assets and future end-to-end coverage
|
||||
|
||||
@@ -58,4 +59,4 @@ npm run docker-build
|
||||
- `npm run lint`
|
||||
- `npm run test`
|
||||
- `npm run build`
|
||||
- `docker compose -f docker/docker-compose.yml build`
|
||||
- `docker compose build`
|
||||
|
||||
Reference in New Issue
Block a user