docs: name the compose command that actually works here
The v1 `docker-compose` binary on the deploy host fails with KeyError: 'ContainerConfig' when it recreates a container, so every instruction pointed at a command that cannot finish a deploy. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -28,7 +28,9 @@ npm run build # vite build
|
||||
npm run typecheck
|
||||
|
||||
# whole stack
|
||||
docker-compose up -d --build
|
||||
# Use `docker compose` (v2). The old `docker-compose` v1 binary on this machine
|
||||
# crashes with KeyError: 'ContainerConfig' when recreating a container.
|
||||
docker compose up -d --build
|
||||
```
|
||||
|
||||
There is no lint step. `typecheck` is the gate; the `prebuild` hook fails the build on type errors.
|
||||
|
||||
Reference in New Issue
Block a user