-
I can't for the life of me figure out the proper setup for running For reference, I have the Docker setup below: docker-compose.yaml
Dockerfile
And get this error log:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Why not just run the Next.js app outside Dockerfile and set the environment |
Beta Was this translation helpful? Give feedback.
-
For anyone wondering, I managed to get everything working by voluming Next.js directories:
|
Beta Was this translation helpful? Give feedback.
For anyone wondering, I managed to get everything working by voluming Next.js directories: