Skip to content

Commit b8d0961

Browse files
committed
7312: Fixed wrong information in README
1 parent 63fec77 commit b8d0961

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,12 @@ The fixtures have the image-text template, and two screen layouts: "full screen"
172172

173173
### Frontend dev server
174174

175-
`task site-install` produces a built bundle. For interactive frontend work, run the Vite dev server inside the
176-
node container:
175+
The Vite dev server runs automatically inside the `node` container — it is started by `docker compose up` (and
176+
therefore by `task compose-up` and `task site-install`) via the `command: npm run dev` entry in
177+
`docker-compose.override.yml`. There is no separate command to run.
177178

178-
```shell
179-
docker compose exec node npm run dev
180-
```
181-
182-
HMR is served from `node-display.local.itkdev.dk` over WSS on port 443 (configured in `vite.config.js`).
179+
HMR is served from `node-display.local.itkdev.dk` over WSS on port 443 (host configurable via `COMPOSE_DOMAIN` in
180+
`.env`; see `vite.config.js`).
183181

184182
When entities or API Platform configuration change, regenerate and apply the database schema:
185183

0 commit comments

Comments
 (0)