mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-04-18 01:46:43 +00:00
Fix Dockerfile
This commit is contained in:
parent
aa9e2bd371
commit
2b719ccd3f
@ -1,6 +1,6 @@
|
||||
FROM golang:1.11.5 AS builder
|
||||
ADD . /src
|
||||
RUN cd /src
|
||||
RUN cd /src \
|
||||
&& go build -o binary
|
||||
|
||||
FROM alpine
|
||||
|
Loading…
x
Reference in New Issue
Block a user