geonode-project
geonode-project copied to clipboard
django service entrypoint got command "" in development
Entrypoint for django service doesn't read arguments passed as command in the docker-compose.
Executing standard Django server for Development
-----------------------------------------------------
FINISHED DJANGO ENTRYPOINT --------------------------
-----------------------------------------------------
got command
changing the dockerfile entrypoint instruction to: ENTRYPOINT ["/usr/src/aza_geoportal/entrypoint.sh"] seems to fix the issue