Build image instead of relying on a local image name

This commit is contained in:
Valentin Brandl 2019-07-27 13:25:38 +02:00
parent 4f88410743
commit e24195878f
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -2,5 +2,5 @@ version: '2'
services: services:
gitache: gitache:
image: local/gitache:latest build: ./
restart: always restart: always