Skip to content

mbonano/docker-spa-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Docker Single Page Application (SPA) Dev Environment

Description

This image includes node, npm, yo, gulp and bower.

Using the Image

This image can be pulled from docker hub using the following command:

docker pull mbonano/docker-spa-dev

Pushing Changes

If you would like to fork this repository and push custom changes to your own docker hub repo, you can do the following:

  • Fork the github repository

  • Make changes to the Dockerfile definition

  • Build the image locally:

    docker build -t <your-dockerhub-username>/docker-spa-dev .

  • Login into Docker Hub

    docker login

  • Push your custom image

    docker push <your-dockerhub-username>/docker-spa-dev

Credits

Created by Mark Bonano.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published