Cannot find module for a node js app running in a docker compose environment

前端 未结 3 908
无人共我
无人共我 2021-02-05 00:38

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

3条回答
  •  被撕碎了的回忆
    2021-02-05 00:57

    I also had the same issue when I run docker-compose up.

    Issue resolved by running docker-compose up --build instead of docker-compose up.

提交回复
热议问题