Remove Docker stuff for now
This commit is contained in:
parent
8d64bb5270
commit
f7bd32ab21
8 changed files with 13 additions and 48 deletions
14
Dockerfile
14
Dockerfile
|
@ -1,14 +0,0 @@
|
|||
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