Skip to content

luanrubensf/docker-frontend-env

Repository files navigation

Docker-frontend-env

Building the image

docker build -f Dockerfile.dev -t docker-frontend-env .

Creating a container

docker run -p 4200:4200 -v /app/node_modules -v $(pwd):/app docker-frontend-env

Windows

docker run -p 4200:4200 -v /app/node_modules -v %cd%:/app docker-frontend-env

Running with docker-compose

docker-compose up

About

Using docker to build a front-end environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published