init commit
This commit is contained in:
commit
c9fdf3b85d
7 changed files with 216 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM alpine as build-env
|
||||
|
||||
RUN apk add --no-cache build-base
|
||||
COPY . .
|
||||
RUN make build-release
|
||||
|
||||
CMD ["/anthracite"]
|
Loading…
Add table
Add a link
Reference in a new issue