Fix container reference

This commit is contained in:
Yarmo Mackenbach 2020-08-09 12:40:05 +02:00
parent 14581cf642
commit d26f4803f1

View file

@ -55,7 +55,7 @@ steps:
TWITTER_API_AUTH: TWITTER_API_AUTH:
from_secret: twitter_api_auth from_secret: twitter_api_auth
commands: commands:
- docker run -d -e "TWITTER_API_AUTH=$${TWITTER_API_AUTH}" --name keyoxide-web -h keyoxide --network dc_web keyoxide-web - docker run -d -e "TWITTER_API_AUTH=$${TWITTER_API_AUTH}" --name keyoxide-web -h keyoxide --network dc_web keyoxide/keyoxide:dev
depends_on: depends_on:
- build-dev-container - build-dev-container