eikofee / eikonomiya

a genshin tool to inspect character equipment and compute stuff
MIT License
1 stars 1 forks source link

Fixed `mkdir data` #21

Closed soleilvermeil closed 9 months ago

soleilvermeil commented 10 months ago

This is to address https://github.com/eikofee/eikonomiya/issues/6, which has been marked as closed altough the issue is still there.

The Docker image can now be (re-)built even if the data/ folder already exists. The Dockerfile starts by testing if the folder already exists. If it does, then it does not try to create it again.

eikofee commented 9 months ago

I removed the need to have a data folder during build. It is however still needed for eikonomiya to work.