ember-cli icon indicating copy to clipboard operation
ember-cli copied to clipboard

ember-cli docker image providing a complete development environment

Results 18 ember-cli issues
Sort by recently updated
recently updated
newest added

https://github.com/danlynn/ember-cli/blob/3.25.0-node_14.15/Dockerfile https://hub.docker.com/layers/danlynn/ember-cli/3.25.0-node_14.15/images/sha256-f85a4891a043969be7167d2166371cf089eefac3cb9b5a5253d4b613ca1cd891?context=explore and 3.25.0-node_15.8 is missing

Having the added step of having to install node modules before the server is usable is a bit annoying. Is there an easy way to combine these steps? I am...

Wonder if you could enable security scan on docker hub to let us know that all vulnerabilities are taken care of?

I want to accomplish two things with this PR. - Reduce the amount of layers that the Docker container creates - Add an entrypoint file so that when the image...

Hey @danlynn it looks like your set of ember-cli images are the most well maintained. Personally, I've been using https://github.com/NullVoxPopuli/dockerized-ember-cli So, we'll need to evaluate some differences and such. /cc...

node broken? ``` docker run --env CI=true --rm -ti -v $(pwd):/myapp -p 4201:4201 -p 49155:49155 -p 7357:7357 danlynn/ember-cli:2.17.1 bash root@8f6ef0b0fac3:/myapp# node node: error while loading shared libraries: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: invalid ELF...

Been using your image and every once in a while after some saves, I get the following error. Thoughts on what this could be? I am using `ember-cli:2.18.2`. ``` cf2-ember...

So I have created a `docker-compose` file so I do not need to run the commands. The problem is, if node modules is missing, it does not do the install...

## Why Instead of checking out the full dev tree, just check out the latest watchman release. This will make the checkout phase much quicker. ## Changes * Checkout the...