Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/malmike/BucketlistApp
Browse files Browse the repository at this point in the history
…into development
  • Loading branch information
Male Michael committed Oct 2, 2017
2 parents 47cdd18 + 029a3bc commit 2f99150
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: malmike/bucketlistapp:bucketlistapp
- image: circleci/node:[latest-browsers]
env:
- DISPLAY=:99
- CHROME_BIN=/usr/bin/google-chrome
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ RUN sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable
RUN apt-get update
RUN apt-get install -y google-chrome-stable

# Install Xvfb
RUN apt-get install -y xvfb

CMD ['echo', 'Done!']

0 comments on commit 2f99150

Please sign in to comment.