Sign inSign up

fathershawn/front-end

By fathershawn

•Updated over 8 years ago

Front-end tools for dev process.

Image
0

419

fathershawn/front-end repository overview

⁠Overview

This container provides node and npm. If a package.json is present in the web/assets directory then npm install is run by the entrypoint script.

⁠Example docker-compose settings

front-end:
    image: fathershawn/front-end:latest
    depends_on:
      - web
    volumes:
      - .:/var/www
    networks:
      - internal
    working_dir: /var/www/web/assets

A gulp build could then be triggered in your directory:

docker-compose exec front-end /var/www/web/assets/node_modules/.bin/encore dev

Tag summary

Content type

Image

Digest

Size

80.4 MB

Last updated

over 8 years ago

docker pull fathershawn/front-end