An open API service indexing awesome lists of open source software.

https://github.com/condef5/docker-build


https://github.com/condef5/docker-build

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Docker with react
Example react and docker.

1. git clone https://github.com/condef5/docker-build
2. cd docker-build
3. docker build . -t $DOCKER_ID_USER/my_image
4. docker build . -t condef5/cra-docker
6. docker run -p 8080:80 condef5/cra-docker
5. Open browser [localhost:8080](http://localhost:8080)