diff --git a/docker/build/x86_64/Dockerfile b/docker/build/x86_64/Dockerfile index d732890ec..554c6ff99 100644 --- a/docker/build/x86_64/Dockerfile +++ b/docker/build/x86_64/Dockerfile @@ -6,10 +6,10 @@ RUN apk add --no-cache make git ## cache node_modules separately COPY ./ui/v2.5/package.json ./ui/v2.5/yarn.lock /stash/ui/v2.5/ WORKDIR /stash -RUN make pre-ui COPY Makefile /stash/ COPY ./graphql /stash/graphql/ COPY ./ui /stash/ui/ +RUN make pre-ui RUN make generate-ui ARG GITHASH ARG STASH_VERSION diff --git a/docker/build/x86_64/Dockerfile-CUDA b/docker/build/x86_64/Dockerfile-CUDA index 68b05fb5b..63ecf3d75 100644 --- a/docker/build/x86_64/Dockerfile-CUDA +++ b/docker/build/x86_64/Dockerfile-CUDA @@ -6,10 +6,10 @@ RUN apk add --no-cache make git ## cache node_modules separately COPY ./ui/v2.5/package.json ./ui/v2.5/yarn.lock /stash/ui/v2.5/ WORKDIR /stash -RUN make pre-ui COPY Makefile /stash/ COPY ./graphql /stash/graphql/ COPY ./ui /stash/ui/ +RUN make pre-ui RUN make generate-ui ARG GITHASH ARG STASH_VERSION