Skip to content

Commit

Permalink
* Cleaned up stragglers
Browse files Browse the repository at this point in the history
  * New Device APIs and pipeline hardening efforts
  • Loading branch information
HansNelsen committed Sep 4, 2015
1 parent e3329a0 commit 01cb48a
Show file tree
Hide file tree
Showing 77 changed files with 8,172 additions and 4,799 deletions.
4 changes: 2 additions & 2 deletions api/faers/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM dockerfile/nodejs
FROM registry.hub.docker.com/node:0.10

ADD . /app
WORKDIR /app

EXPOSE 8000
RUN rm -rf node_modules
RUN npm install
CMD ["node","./node_modules/.bin/forever","api.js"]
CMD ["node","./node_modules/.bin/forever","api.js"]
Loading

0 comments on commit 01cb48a

Please sign in to comment.