Update service docker port
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kleph 2020-02-15 12:01:50 +01:00
parent f2cae29aca
commit 5702533d1b

View file

@ -23,7 +23,7 @@ steps:
- name: build image
image: docker:stable
environment:
DOCKER_HOST: tcp://docker:2375
DOCKER_HOST: tcp://docker:2376
commands:
- docker build -t kleph/beer .