You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/11 08:16:27 UTC

[GitHub] [airflow] potiuk edited a comment on issue #14111: Error: ModuleNotFoundError: No module named 'airflow' | Docker Image Windows WSL2

potiuk edited a comment on issue #14111:
URL: https://github.com/apache/airflow/issues/14111#issuecomment-777269169


   Closing.
   
   BTW. Those _* is evaluated and executed in entrypoint and it is pretty obscure feature indeed (hence _* convention). Actually there is no need to use it in the docker-compose of ours - we could as easily use commands to run.
   
   The main reason it is there is for cases where we want to run the production image standalone and make sure that when you enter the image, the database is initialized - it's mostly for development and testing when sqlite database is used.
   
   Since this is a separate command to run in docker compose, I think it would be ok to replace it with direct commands to run in the image. Feel free to change it @mik-laj 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org