Skip to content

Commit

Permalink
Progress in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ives van Hoorne committed Dec 22, 2016
1 parent 419104a commit 94c879f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 274 deletions.
5 changes: 4 additions & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:7.2.1
FROM node:alpine
MAINTAINER Ives van Hoorne

RUN npm install -g yarn
Expand All @@ -11,3 +11,6 @@ RUN yarn

ADD . /app
RUN npm run build

RUN rm -rf node_modules
RUN rm -rf src
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"http-proxy-middleware": "^0.17.2",
"jest": "^17.0.3",
"json-loader": "0.5.4",
"node-sass": "^3.13.0",
"object-assign": "4.1.0",
"opn": "4.0.2",
"path-exists": "3.0.0",
Expand All @@ -50,7 +49,6 @@
"react-hot-loader": "^3.0.0-beta.3",
"recursive-readdir": "^2.1.0",
"rimraf": "2.5.4",
"sass-loader": "^4.0.1",
"strip-ansi": "3.0.1",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
Expand Down
Loading

0 comments on commit 94c879f

Please sign in to comment.