From 1db6009d70910807cd139716864eb3768ed902c0 Mon Sep 17 00:00:00 2001 From: reesporte Date: Thu, 27 Jan 2022 10:55:20 -0600 Subject: [PATCH] fix broken dockerfile i think its gonna work this time!!! --- .gitlab/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab/Dockerfile b/.gitlab/Dockerfile index f7b9ba697..cbe473017 100644 --- a/.gitlab/Dockerfile +++ b/.gitlab/Dockerfile @@ -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"] \ No newline at end of file +CMD ["server"]