cgs-earth / wis2box

WIS 2.0 in a box
https://docs.wis2box.wis.wmo.int
Apache License 2.0
0 stars 0 forks source link

start-dev is using an incorrect command #2

Open C-Loftus opened 3 weeks ago

C-Loftus commented 3 weeks ago

https://github.com/cgs-earth/wis2box/blob/e8c131f555dd8d7794d2453f71d88612d767f7d0/wis2box-ctl.py#L159

the following works instead

run(args, split(f'docker compose {DOCKER_COMPOSE_ARGS} --file docker/docker-compose.dev.yml up'))