v0.1.1
This commit is contained in:
parent
38359bd957
commit
d6eb46d310
20 changed files with 178 additions and 1020295 deletions
|
@ -4,4 +4,9 @@ RUN apk add --no-cache build-base
|
|||
COPY ./src/ .
|
||||
RUN make build-release
|
||||
|
||||
FROM alpine
|
||||
RUN apk add --no-cache build-base
|
||||
COPY --from=build-env /anthracite /anthracite
|
||||
COPY --from=build-env /www /www
|
||||
COPY --from=build-env /error_pages /error_pages
|
||||
CMD ["/anthracite"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue