is there a way to run `dagster dev` and have it ig...
# ask-community
a
is there a way to run
dagster dev
and have it ignore
dagster.yaml
- the yaml is set up for docker but i also want to be able to just easily run it locally too
its like i want some sort of conditional logic in dagster.yaml based on if am running via docker or just locally via dagster dev.
z
^ this is exactly what I do - a separate deploy version that gets `COPY`'d and renamed to
dagster.yaml
in the Dockerfile
👍 1