Skip to content

Ends at Building the bundle...(this may take a while) no error shown #61

@adammendoza

Description

@adammendoza

I'm using this app which works locally but does not build on docker

git clone https://github.com/dockercochabamba/todos.git meteor-todos-docker
adam@mpb:~/code/meteor/meteor-todos-docker$ docker run \
>   -e ROOT_URL=http://localhost:3000/ \
>   -v $(pwd):/home/meteor/src \
>   -e MONGO_URL=mongodb://mongodb3:27017/appdb \
>   -e MONGO_OPLOG_URL=mongodb://mongodb3:27017/local \
>   ulexus/meteor
Meteor source found in /home/meteor/src/.meteor
Checking Meteor version...
Downloading Meteor install script...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  7786    0  7786    0     0  19656      0 --:--:-- --:--:-- --:--:-- 19711
Installing Meteor 1.4.4.1...
Downloading Meteor distribution

Meteor 1.4.4.1 has been installed in your home directory (~/.meteor).
Writing a launcher script to /usr/local/bin/meteor for your convenience.

To get started fast:

  $ meteor create ~/my_cool_app
  $ cd ~/my_cool_app
  $ meteor

Or see the docs at:

  docs.meteor.com

Installing application-side NPM dependencies...
npm WARN src No repository field.
npm WARN src No license field.
Building the bundle...(this may take a while)
adam@mpb:~/code/meteor/meteor-todos-docker$

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions