Skip to content

Commit

Permalink
More React changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Dec 23, 2017
1 parent db6dc82 commit 8be2598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM nginx:1.11-alpine
COPY index.html /usr/share/nginx/html/
COPY dist /usr/share/nginx/html/dist/
COPY node_modules/bootstrap/dist/css/bootstrap.min.css /usr/share/nginx/html/node_modules/bootstrap/dist/css/bootstrap.min.css
COPY node_modules/react/dist/react.js /usr/share/nginx/html/node_modules/react/dist/react.js
COPY node_modules/react-dom/dist/react-dom.js /usr/share/nginx/html/node_modules/react-dom/dist/react-dom.js
COPY node_modules/react/cjs/react.production.min.js /usr/share/nginx/html/node_modules/cjs/react.production.min.js
COPY node_modules/react-dom/cjs/react-dom.production.min.js /usr/share/nginx/html/node_modules/react-dom/cjs/react-dom.production.min.js
COPY node_modules/promise-polyfill/promise.min.js /usr/share/nginx/html/node_modules/promise-polyfill/promise.min.js
COPY node_modules/whatwg-fetch/fetch.js /usr/share/nginx/html/node_modules/whatwg-fetch/fetch.js

0 comments on commit 8be2598

Please sign in to comment.