diff --git a/tests/docker-scripts/Dockerfile b/tests/docker-scripts/Dockerfile index bfcd9e1345..c5801d74c4 100644 --- a/tests/docker-scripts/Dockerfile +++ b/tests/docker-scripts/Dockerfile @@ -26,7 +26,7 @@ SHELL ["/bin/bash", "--login", "-c"] FROM alpine AS copy-packages WORKDIR /work/ COPY . /tmp/web-client-ui -COPY package.json package-lock.json skip.js . +COPY package.json package-lock.json skip.js ./ # cd first so the cp doesn't include /tmp/web-client-ui in the paths RUN cd /tmp/web-client-ui && cp --parents ./packages/*/package.json /work/