docker-meteor icon indicating copy to clipboard operation
docker-meteor copied to clipboard

Dockerfile and script for running Meteor on Docker

Results 6 docker-meteor issues
Sort by recently updated
recently updated
newest added

Not sure if this is related to https://github.com/CyCoreSystems/docker-meteor/issues/26 Nonetheless we have an issue where the `npm i` is just taking too long and exhausting the health check in a ECS...

Not sure why it's failing. [Full log](https://media.dev.unee-t.com/2019-02-21/fail.txt) Any ideas? ``` /home/meteor/.node-gyp/8.13.0/include/node/v8.h:3230:22: note: declared here bool SetAccessor(Local name, ^ /home/meteor/.node-gyp/8.13.0/include/node/v8config.h:318:3: note: in definition of macro 'V8_DEPRECATED' declarator __attribute__((deprecated(message))) ^~~~~~~~~~ CXX(target) Release/obj.target/fibers/src/coroutine.o...

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...

Now that Docker finally supports multi-stage builds, we should use them in order to reduce the footprint of the resulting images (separating build requirements from runtime requirements).

[We recently upgraded to Meteor 1.7](https://github.com/unee-t/frontend/pull/404) and now this image is failing to run our bundle: https://unee-t-media.s3-accelerate.amazonaws.com/frontend/commit/15be07e.tar.gz Tbh I _assumed_ that a bundle was ready to go, so I was...

Meteor has always been tightly-bound to its environment. We need to provide separate tags for the major Meteor release versions. There have generally been major, sweeping changes between what would...