Erik Vroon

Results 65 comments of Erik Vroon

Ah that would be annoying, how do you set the environment variable? Do you pass it in docker-compose or do you build the image yourself using this variable?

And thanks for looking at the existing issue, troubleshooting and testing it on multiple releases btw!

I tried it and for me it does work when I run this: ```sh sudo docker run -e NEXT_PUBLIC_API_BASE_URL=http://localhost:3400 -p 3000:3000 --name frontend ghcr.io/evroon/bracket-frontend:v2.0.1 ``` Then you can remove that...

Hmm I tried this last week and i had no problems. What exactly is the docker-composr file you use?

And what do the logs say of the frontend container?