10000 GitHub - samirprakash/docker-react
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

samirprakash/docker-react

Repository files navigation

Docker React

Development and Testing Process

  • docker build -t samirprakash/docker-react -f Dockerfile.dev .
  • docker run -p 3000:3000 -v /app/node_modules -v $(pwd):/app samirprakash/docker-react

Production Process

  • docker build -t samirprakash/docker-react .
  • docker run -p 8080:80 samirprakash/docker-react

Travis YAML

  • Connect repo with travis using .travis.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0