We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a652f commit 69be4b8Copy full SHA for 69be4b8
scripts/ci/docker-compose/local.yml
@@ -20,9 +20,9 @@ services:
20
airflow:
21
stdin_open: true # docker run -i
22
tty: true # docker run -t
23
- # We need to mount files an directories individually because some files
+ # We need to mount files and directories individually because some files
24
# such apache_airflow.egg-info should not be mounted from host
25
- # we only mount those files that it makes sense to edit while developing
+ # we only mount those files, so that it makes sense to edit while developing
26
# or those that might be useful to see in the host as output of the
27
# tests (such as logs)
28
volumes:
0 commit comments