Carson
Docker Compose Container Setup - Module not found error
I am at a complete loss. I've tried so many variations on the docker-compose setup, the Dockerfile, routing, etc. I've read here (https://github.com/nuxt/framework/issues/7220) and here (https://github.com/nuxt/framework/issues/7609)
Anyone got any ideas?
6 replies
Docker Compose Container Setup - Module not found error
I spin up the container with
docker-compose build --no-cache app && docker-compose --profile app up
, and the Nuxt server starts up. Upon visiting http://app.echo.io/
, 10.0.0.11:4444
, and localhost:4444
(all of which route to the Nuxt app), I get this:
6 replies