2
0

fix(install): Fix invalid reference format again (#231)

Fix #230.
This commit is contained in:
Burak Yigit Kaya
2019-07-26 09:50:46 +03:00
committed by GitHub
parent af07ad9c55
commit 13b510fc14
4 changed files with 13 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ x-defaults: &defaults
build:
context: .
args:
IMAGE: ${IMAGE}
SENTRY_IMAGE: ${SENTRY_IMAGE}
depends_on:
- redis
- postgres