<div dir="ltr">Hi everybody, <div>still trying to switch my geonode project to docker-compose instance on production....</div><div><br></div><div>the containers are now succesfully built but the django container and celery container are alwuays restarting... looking the log with </div><div><br></div><div>docker logs -f </div><div><br></div><div>it seems that the entrypoint.sh script fails with error:</div><div><br></div><div>no module named celery</div><div><br></div><div>and (after adding a line to install it to Dockerfile):</div><div><br></div><div>no module named docker</div><div><br></div><div>This is strange because these python modules are included in requirements.txt of geonode 2.8 branch, and the requirements.txt of my app starts with:</div><div><br></div><div>-e git+<a href="https://github.com/GeoNode/geonode.git@2.8#egg=geonode">https://github.com/GeoNode/geonode.git@2.8#egg=geonode</a><br></div><div><br></div><div>I really don't know where to search, is there a way to check container content while is not running?</div><div><br></div><div>Amedeo</div></div>