Skip to content

daminipurohit/DockerizedReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Docker

  1. Dockerfile is the config file for docker container.

  2. First we have created the docker image for this project i.e

2.1) First created the build and then serve it on some port

docker build -t serve-react .

2.2) Then we create a container where we run this project

docker run -it -p 8080:80 serve-react

We can then get a container running our project.

About

A simple react app that can be dockerized and used

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published