Keep on getting errors on all meteor projects that i'm trying to run with meteord. It built successfully, image looks good, but when running the container - getting the following error:
sudo docker run -d
-e ROOT_URL=http://localhost
-e MONGO_URL=mongodb://db6.com:27017,com1.com:27017/db1_dev?replicaSet=rs0
-e MONGO_OPLOG_URL=mongodb://db6.com:27017,com1.com:27017/local?replicaSet=rs0
-e METEOR_SETTINGS="$(cat settings.json)"
-p 8084:80 meteord/aam
docker logs -f focused_mccarthy
=> Starting meteor app on port:8084
assert.js:93
throw new assert.AssertionError({
^
AssertionError: "undefined" === "function"
at wrapPathFunction (/built_app/programs/server/mini-files.js:77:10)
at Object.<anonymous> (/built_app/programs/server/mini-files.js:108:24)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/built_app/programs/server/boot.js:9:13)
at Module._compile (module.js:456:26)
Keep on getting errors on all meteor projects that i'm trying to run with meteord. It built successfully, image looks good, but when running the container - getting the following error: