mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 08:10:50 +00:00
Merge branch 'master' into cicd-will-it-never-end
This commit is contained in:
commit
47f87f24c3
1 changed files with 3 additions and 3 deletions
|
|
@ -5,12 +5,12 @@ LABEL org.opencontainers.image.authors="dev@molecula.com"
|
|||
|
||||
ARG ARCH
|
||||
|
||||
WORKDIR /featurebase
|
||||
WORKDIR /
|
||||
|
||||
RUN apk add --no-cache curl jq
|
||||
|
||||
COPY NOTICE .
|
||||
COPY featurebase_linux_$ARCH .
|
||||
COPY featurebase_linux_$ARCH featurebase
|
||||
|
||||
RUN chmod ugo+x .
|
||||
EXPOSE 10101
|
||||
|
|
@ -21,4 +21,4 @@ ENV PILOSA_BIND 0.0.0.0:10101
|
|||
ENV PILOSA_BIND_GRPC 0.0.0.0:20101
|
||||
|
||||
ENTRYPOINT ["/featurebase"]
|
||||
CMD ["server"]
|
||||
CMD ["server"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue