Initial commit.
This commit is contained in:
commit
b48a4e92e1
169 changed files with 7538 additions and 0 deletions
14
Dockerfile
Normal file
14
Dockerfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
FROM kudoz/iojs-gm
|
||||
MAINTAINER Jonathan Cremin <jonathan@crem.in>
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm install && npm rebuild node-sass
|
||||
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE 4040
|
||||
|
||||
CMD npm start
|
Loading…
Add table
Add a link
Reference in a new issue