Skip to content

martinstibbe/multi-stage-docker-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multi-stage-docker-react

A practical example of using Docker Multi-Stage builds with a React Single Page Application which was created with create-react-app.

Build using:

docker build -t react-test .

Run using:

docker run -p 8080:80 react-test

Go to http://localhost:8080/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages