I am sorry for my very newbie question, but I am having a terrible day figuring out this error, I have an Express app and I am trying to run it in docker compose. I\'ve used thi
I also had the same issue when I run docker-compose up.
docker-compose up
Issue resolved by running docker-compose up --build instead of docker-compose up.
docker-compose up --build