I often need to run stuff like : docker compose up -d smartql --build --force-recreate or docker compose pull app from the system terminal for images to pick up the right things like env vars when updated for example.
We need to add options for force recreate, rebuilding without cache, etc, also making sure that pulls are not just pulling from cache
I often need to run stuff like :
docker compose up -d smartql --build --force-recreateordocker compose pull appfrom the system terminal for images to pick up the right things like env vars when updated for example.We need to add options for force recreate, rebuilding without cache, etc, also making sure that pulls are not just pulling from cache