Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: share ENV vars between terminal and cron environment via ~/.env …
…key/value pairs # Due to the fact that cron process doesn't access to declared ENV vars and doesn't load user profiles # The entrypoint.sh script stores ENV vars at runtime in the ~/.env file as key=value pairs # Then the cron line include some command to load these ENV vars from file before launching app.py # This mecanism allows to give access to the same ENV vars for app.py launch in terminal and launch via cron # Conflicts: # docker-env/Dockerfile
- Loading branch information