Is it possible to run DagsterInstance.get() from a...
# ask-community
c
Is it possible to run DagsterInstance.get() from a docker container? I've set DAGSTER_HOME in my dockerfile, but I'm still getting a DagsterHomeNotSetError
🤖 1
Nevermind, just needed RUN mkdir -p $DAGSTER_HOME in my dockerfile
🌈 1