Virus scanning rest api
This commit is contained in:
parent
e061bcc1fb
commit
3e087ebb07
7 changed files with 100 additions and 14 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
FROM golang:1.3
|
||||
|
||||
ADD . /go/src/github.com/osterzel/clamrest
|
||||
|
||||
WORKDIR /go/src/github.com/osterzel/clamrest
|
||||
RUN go get
|
||||
RUN go install github.com/osterzel/clamrest
|
||||
|
||||
ENTRYPOINT /go/bin/clamrest
|
||||
|
||||
EXPOSE 8080
|
Loading…
Add table
Add a link
Reference in a new issue