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

Image bombs if node_modules is missing

Open jrock2004 opened this issue 8 years ago • 1 comments

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

version: '3'

services:
  ember:
    image: danlynn/ember-cli:2.16.2
    container_name: southcity
    ports:
      - 4200:4200
      - 7020:7020
      - 7357:7357
    volumes:
      - .:/myapp:delegated
      - /myapp/node_modules
      - /myapp/tmp
      - /myapp/dist

Thoughts?

jrock2004 avatar Oct 27 '17 02:10 jrock2004

Any update to this?

jrock2004 avatar Mar 28 '18 04:03 jrock2004