Persist cache

This commit is contained in:
Valentin Brandl 2019-04-20 00:22:19 +02:00
parent 906511f7fa
commit 1ec8a76e9c
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -6,5 +6,6 @@ services:
image: local/hoc:latest image: local/hoc:latest
volumes: volumes:
- ./repos:/repos - ./repos:/repos
- ./cache:/cache
ports: ports:
- "127.0.0.1:8080:8080" - "127.0.0.1:8080:8080"