Skip to content

Commit

Permalink
chore: testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
torbrenner committed May 14, 2024
1 parent 1b81447 commit 13e09ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN sh -c '[ -z "$http_proxy" ] || ( npm config set proxy $http_proxy; npm confi
# First build the lib
WORKDIR /usr/src/test
ARG CACHEBUST=1
COPY artifacts ./
COPY artifacts/lib ./
RUN ls -la ./artifacts
WORKDIR /usr/src/lib
COPY ./artifacts/package.json ./artifacts/package-lock.json ./
Expand Down

0 comments on commit 13e09ed

Please sign in to comment.