Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanc committed May 28, 2024
1 parent 16360d3 commit 79dc96f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ WORKDIR /app
COPY package.json .
COPY package-lock.json .

RUN npm install -g npm@latest

RUN npm install

COPY docker/test/entrypoint.sh /usr/bin/
Expand Down

0 comments on commit 79dc96f

Please sign in to comment.