From 22b8b9fdce79f915ef8a41132af283986b0c87ec Mon Sep 17 00:00:00 2001 From: Brian Ingles Date: Tue, 14 Nov 2023 12:26:13 -0600 Subject: [PATCH] Added missing trailing slash #1634 --- tests/docker-scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/