Skip to content

Image bombs if node_modules is missing #12

Description

@jrock2004

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions