Skip to content

Commit

Permalink
Added missing trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Nov 14, 2023
1 parent fe2dc1a commit 22b8b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker-scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 22b8b9f

Please sign in to comment.