Open kowh-ai opened 2 weeks ago
There are a number of very useful commands available to run from the host machine. These should be included in the README file for this repo
The commands will be along the lines of:
docker compose -f docker-compose.dev.yml exec <script options> ckan-dev ckan <ckan options> <ckan command>
even better if those could be written as
./devexec ckan <ckan options> <ckan command>
There are a number of very useful commands available to run from the host machine. These should be included in the README file for this repo
The commands will be along the lines of:
docker compose -f docker-compose.dev.yml exec <script options> ckan-dev ckan <ckan options> <ckan command>