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-testGo to http://localhost:8080/
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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-testGo to http://localhost:8080/