Update docker image

This commit is contained in:
Eduard Urbach 2019-04-28 23:26:51 +09:00
parent dbf3f65fdd
commit 0f6a6d7140
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: default
steps: steps:
- name: test - name: test
image: animenotifier/notify.moe image: animenotifier/notify.moe:latest
environment: environment:
GO111MODULE: on GO111MODULE: on
commands: commands:
@ -11,7 +11,7 @@ steps:
- go mod download - go mod download
- tsc - tsc
- pack - pack
- go build - go build -v
- go test -v -coverprofile=coverage.txt ./... - go test -v -coverprofile=coverage.txt ./...
# - go mod download # - go mod download
# - make tools # - make tools

View File

@ -5,6 +5,7 @@ services:
build: build:
context: . context: .
dockerfile: docker/development.Dockerfile dockerfile: docker/development.Dockerfile
network: host
image: animenotifier/notify.moe image: animenotifier/notify.moe
hostname: docker hostname: docker
container_name: notify.moe container_name: notify.moe