docker build -t mongo-app . But.. this will only run our express app, but not together with MongoDb. That's why we need a `docker-compose` file.
確定! 回上一頁