Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when trying to run container assert.js #118

Open
virtuman opened this issue Oct 20, 2016 · 0 comments
Open

error when trying to run container assert.js #118

virtuman opened this issue Oct 20, 2016 · 0 comments

Comments

@virtuman
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant