Skip to content

Commit

Permalink
Dockerfile tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Shaw committed Jun 27, 2015
1 parent 1888fe7 commit 3b05ba4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
arcus.yaml
.gitignore
Dockerfile
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:0.12.5-slim
COPY game/ game.js gulpfile.js package.json supporting-libs/ /app/
COPY . /app/
RUN npm i ensemblejs -g && cd /app && npm i && rm /bin/sh && ln -s /bin/bash /bin/sh
EXPOSE 3000
CMD ["node", "/app/game.js"]

0 comments on commit 3b05ba4

Please sign in to comment.