Closed soleilvermeil closed 9 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.
data/
I removed the need to have a data folder during build. It is however still needed for eikonomiya to work.
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.