Skip to content

knaitas/React-Docker-Container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple and Clean React Container

Usage

Build the container

sudo docker build -f Dockerfile.prod -t frontend:latest .

Run the container

sudo docker run -it -p 80:80 --rm frontend:latest

One thing to keep in mind:

Nginx is redirecting all traffic to index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published