Skip to content

jkelany/docker-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Angular Docker

Run or Develop an Angular app entirely on docker

Prerequisites

Create new App

docker run -v "/Volumes/JKelany/docker:/app" -d jkelany/ng:latest ng new ngtest this will create a project ngtest inside the volume

Run the app

docker run --name ngtest -p 4200:4200 -e "NPM_INSTALL=true" -v "/Volumes/JKelany/docker/ngtest:/app" -d jkelany/ng:latest, this command has an environment variable NPM_INSTALL=true this mean it will run the npm install command before run the project to install the node_modules

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors