fortunately, they (mostly) fixed that hack in SS2
# orm-help
s
fortunately, they (mostly) fixed that hack in SS2
d
l
Try
PRISMA_STAGE="dev"
d
I've tried that already but thanks
The problem was that my
docker-compose.yml
file wasn't loading the env vars
👍 1
c
How’d you fix it? (I’m about to do this exact same thing)
d
At the moment I'm running the following commands but I'm researching to add the .env file from env_file configuration
set -a
source .my-env
c
Thank you. Please let me know if you figure it out. I’ll do the same.