Sign inSign up

fieldmagic/angulardev

By fieldmagic

Updated almost 8 years ago

This docker image creates a working angular 6 environment with automatic rebuild and refresh.

Image
1

10K+

fieldmagic/angulardev repository overview

To use this, update the following dockerfile with your fieldmagic application location and then run with this command:

docker-compose -f docker-compose.yml up -d

Dockerfile:

version: '3.5'

services:

fieldmagic: image: fieldmagic/angulardev container_name: fieldmagic build: context: . dockerfile: Dockerfile volumes: - '/Users/grichmond/docker/angular6/fieldmagic/fieldmagic-cloud/client/:/usr/src/app' - '/usr/src/app/node_modules' ports: - '4200:4200' environment: - CHOKIDAR_USEPOLLING=true

Then, access your docker image using:

http://docker_container_ip:4200/

Tag summary

Content type

Image

Digest

Size

44.3 MB

Last updated

almost 8 years ago

docker pull fieldmagic/angulardev