Skip to content

Commit

Permalink
Update caching
Browse files Browse the repository at this point in the history
  • Loading branch information
corradio committed Dec 12, 2017
1 parent 0560367 commit 90e17b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ stages:
workDir: ~/electricitymap
steps:
- type: checkout
- type: shell
name: Install Docker Compose
command: pip install docker-compose==1.17.1
- type: shell
name: Show versions
command: |
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2'
version: '3.2'
services:
mockserver:
build: mockserver
Expand All @@ -9,6 +9,8 @@ services:
build:
context: .
dockerfile: web/Dockerfile
cache_from:
- eu.gcr.io/tmrow-152415/electricitymap_web:production
command: npm run server-dev
depends_on: ['mockserver']
environment:
Expand Down

0 comments on commit 90e17b6

Please sign in to comment.