Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 468 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 468 Bytes

React webpack and docker

This repo contains sample code of how to setup a react app on Docker with Webpack and Babel.

Use in docker

  • Build: docker build -f Dockerfile.dev -t docker-react-webpack .
  • Run: docker run -p 80:8080 docker-react-webpack

Sources