Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start-dev is using an incorrect command #2

Open
C-Loftus opened this issue Oct 8, 2024 · 0 comments
Open

start-dev is using an incorrect command #2

C-Loftus opened this issue Oct 8, 2024 · 0 comments

Comments

@C-Loftus
Copy link
Member

C-Loftus commented Oct 8, 2024

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

the following works instead

run(args, split(f'docker compose {DOCKER_COMPOSE_ARGS} --file docker/docker-compose.dev.yml up'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant