Skip to content

Boilerplate to start webpack-dev-server within a docker container

Notifications You must be signed in to change notification settings

anubhav756/webpack-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-docker

Install dependencies

npm install

Build docker image

docker build -t <something> .

Run docker image

docker run -p 80:8080 <something>

Bazzinga!

localhost

About

Boilerplate to start webpack-dev-server within a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published