From 0f6a6d7140772cfa88bef03df9aef7b3842e1673 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sun, 28 Apr 2019 23:26:51 +0900 Subject: [PATCH] Update docker image --- .drone.yml | 4 ++-- docker-compose.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3bc0a906..22740337 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: test - image: animenotifier/notify.moe + image: animenotifier/notify.moe:latest environment: GO111MODULE: on commands: @@ -11,7 +11,7 @@ steps: - go mod download - tsc - pack - - go build + - go build -v - go test -v -coverprofile=coverage.txt ./... # - go mod download # - make tools diff --git a/docker-compose.yml b/docker-compose.yml index e8897b8e..a1b178ce 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,7 @@ services: build: context: . dockerfile: docker/development.Dockerfile + network: host image: animenotifier/notify.moe hostname: docker container_name: notify.moe