Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #21 from rohanrichards/master
Browse files Browse the repository at this point in the history
Dockerfile
  • Loading branch information
metasoarous authored Jan 14, 2019
2 parents d5722bd + cee9181 commit 77afef1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FROM node:10.15.0

RUN npm install -g gulp
RUN npm install gulp
RUN npm link gulp

ADD package*.json .
RUN npm install

ADD polis.config.template.js polis.config.js

ADD . .

RUN gulp dist
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"file-loader": "https://registry.npmjs.org/file-loader/-/file-loader-0.8.5.tgz",
"glob": "^7.1.2",
"gulp": "^3.9.0",
"gulp-cli": "^1.4.0",
"gulp-gzip": "0.0.4",
"gulp-rename": "~1.0.0",
"gulp-s3": "git://github.com/mbjorkegren/gulp-s3#847e2b372204b4ceeccb0e9b567f28ff00e7fa1d",
Expand Down

0 comments on commit 77afef1

Please sign in to comment.