PokeAPI / api-data

Static JSON data from the API, plus a JSON Schema
BSD 3-Clause "New" or "Revised" License
137 stars 47 forks source link

Use `make` when spinning up PokeAPI #241

Open Naramsim opened 4 months ago

Naramsim commented 4 months ago

https://github.com/PokeAPI/api-data/blob/47773d99b59fa4db742593cc18cfabb5a7849192/updater/cmd.bash#L26-L28

Why are we using the docker compose dev file?

Better to use make docker-setup?