Skip to content

Commit

Permalink
test: new dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking committed Jun 18, 2024
1 parent 12bc1b5 commit f075f85
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 @@ -6,7 +6,7 @@ RUN apk add --no-cache libc6-compat

WORKDIR /app

COPY package.json ./
COPY package.json yarn.lock ./

RUN yarn install && yarn upgrade

Expand Down

0 comments on commit f075f85

Please sign in to comment.