Max Lei
03/01/2022, 11:58 PMDockerRun
with LocalStorage
but I have a config.py
file that is not packaged in my package, but it is beside the flow.py
however seems that flow.py
was not able to access this. The working directory in docker is set to the same place where both config.py
and flow.py
. Is there a setting I can configure?Anna Geller
03/02/2022, 12:05 AMMax Lei
03/02/2022, 1:32 AMAnna Geller
03/02/2022, 12:00 PMdocker build --build-arg ENV_VAR=sensitive_value .
check this for referenceMax Lei
03/02/2022, 10:01 PMENV PYTHONPATH "${PYTHONPATH}:/opt/prefect/flows/"