PokeAPI / sprites

Repository containing all the Pokémon sprites
Other
1.06k stars 260 forks source link

Any guide to add sprites into Docker container ? #116

Open foreverlate opened 1 year ago

foreverlate commented 1 year ago

Any guide to add sprites into Docker container ?

I just building https://github.com/PokeAPI/pokeapi/ in docker but seem like no png image were included

Naramsim commented 1 year ago

You need to pull the submodules

foreverlate commented 1 year ago

You need to pull the submodules

How do I add the sprite github link to the docker ? Is there a documentation I can follow ? image

currently the container sprite are return null image

Naramsim commented 1 year ago

Hi, yes i introduced an env variable. But haven't documented it.

Will look into it in the next days