PastryArmor
Results
2
issues of
PastryArmor
Nginx fails to start after starting a container, resulting in a "-Internal Server Error:" message.
1
I've been trying to get CKAN running on my MAC OS with M1 chip. After doing `docker compose build` and then `docker compose up -d` got CKAN to work. But...
When trying to install DCAT with the script provided in dockerfile.dev I immediately get an error trying to build Docker. ``` RUN pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-dcat && \ pip3 install...