Skip to content

Commit

Permalink
feat: switch to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed May 8, 2023
1 parent a0e02b2 commit e165a44
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 @@ -8,7 +8,7 @@ COPY . /app

RUN apk add --no-cache curl

RUN yarn global add pnpm && pnpm i --frozen-lockfile \
RUN yarn global add pnpm && pnpm i --frozen-lockfile

EXPOSE 3456

Expand Down

0 comments on commit e165a44

Please sign in to comment.