Skip to content

Commit

Permalink
Merge pull request #1236 from damassi/docker-updates
Browse files Browse the repository at this point in the history
Address Docker feedback
  • Loading branch information
damassi authored Aug 16, 2017
2 parents 66efa8a + f9c0746 commit 1202682
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:7
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
RUN yarn install
COPY package.json .
COPY . .
RUN yarn install
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: '2'
services:
elasticsearch:
image: elasticsearch:latest
image: elasticsearch:2.4.5
ports:
- "${ELASTICSEARCH_PORT}:${ELASTICSEARCH_PORT}"
mongodb:
image: mongo:latest
image: mongo:3.0
server:
build: .
command: make s
Expand Down

0 comments on commit 1202682

Please sign in to comment.