Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
torbrenner committed May 14, 2024
1 parent 773ac2f commit 35e2b15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ ARG PRODUCTION=false
RUN sh -c '[ -z "$http_proxy" ] || ( npm config set proxy $http_proxy; npm config set https-proxy $http_proxy )'
# First build the lib
WORKDIR /usr/src/test
ARG CACHEBUST=1
COPY artifacts/lib ./
RUN ls -la ./artifacts
ARG CACHEBUST=2
COPY artifacts/lib/lib ./
RUN ls -la ./artifacts/lib/lib
WORKDIR /usr/src/lib
COPY ./artifacts/package.json ./artifacts/package-lock.json ./
RUN npm install
Expand Down

0 comments on commit 35e2b15

Please sign in to comment.