https://github.com/condef5/docker-build
https://github.com/condef5/docker-build
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/condef5/docker-build
- Owner: condef5
- Created: 2017-09-05T23:01:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T13:14:07.000Z (almost 9 years ago)
- Last Synced: 2025-03-16T02:48:21.367Z (about 1 year ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)