Skip to content

Commit

Permalink
install pnpm
Browse files Browse the repository at this point in the history
install pnpm
  • Loading branch information
ShahanaFarooqui committed Sep 3, 2021
1 parent f8806c6 commit c43a363
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ COPY package.json /RTL/package.json
COPY pnpm-lock.yaml /RTL/pnpm-lock.yaml

# Install dependencies
RUN npm install pnpm
RUN pnpm install --production

COPY . /RTL
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ COPY package.json /RTL/package.json
COPY pnpm-lock.yaml /RTL/pnpm-lock.yaml

# Install dependencies
RUN npm install pnpm
RUN pnpm install --production

COPY . /RTL
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ COPY package.json /RTL/package.json
COPY pnpm-lock.yaml /RTL/pnpm-lock.yaml

# Install dependencies
RUN npm install pnpm
RUN pnpm install --production

COPY . /RTL
Expand Down

0 comments on commit c43a363

Please sign in to comment.