mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-12-14 07:39:03 +00:00
Move test into Dockerfile
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM golang:1.11.5 AS builder
|
||||
ADD . /src
|
||||
RUN cd /src \
|
||||
&& go test . \
|
||||
&& go build -o binary
|
||||
|
||||
FROM alpine
|
||||
|
||||
Reference in New Issue
Block a user