is there a way to run our app using my local file ...
# contributing-to-airbyte
c
is there a way to run our app using my local file system as mounted workspace as opposed to a docker volume? i thought this was possible, but i’m having trouble figuring it out.
u
i thought i could just set
WORKSPACE_DOCKER_MOUNT=/tmp
in .env.dev.
u
yes you can
u
how are you running the app?
docker-compose.yaml
looks at
.env
I believe, not
.dev.env