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

Use make when spinning up PokeAPI #241

Open
Naramsim opened this issue May 8, 2024 · 0 comments
Open

Use make when spinning up PokeAPI #241

Naramsim opened this issue May 8, 2024 · 0 comments
Assignees

Comments

@Naramsim
Copy link
Member

Naramsim commented May 8, 2024

docker compose -f docker-compose.yml -f docker-compose-dev.yml up -d
docker compose exec -T app python manage.py migrate --settings=config.docker-compose
docker compose exec -T app sh -c 'echo "from data.v2.build import build_all; build_all()" | python manage.py shell --settings=config.docker-compose'

Why are we using the docker compose dev file?

Better to use make docker-setup?

@Naramsim Naramsim self-assigned this May 8, 2024
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