Skip to content

Commit

Permalink
Copy package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahanaFarooqui committed Sep 3, 2021
1 parent 157134d commit f8806c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk add --no-cache tini
WORKDIR /RTL

COPY package.json /RTL/package.json
COPY package-lock.json /RTL/package-lock.json
COPY pnpm-lock.yaml /RTL/pnpm-lock.yaml

# Install dependencies
RUN pnpm install --production
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /RTL
COPY . /RTL

COPY package.json /RTL/package.json
COPY package-lock.json /RTL/package-lock.json
COPY pnpm-lock.yaml /RTL/pnpm-lock.yaml

# Install dependencies
RUN pnpm install --production
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /RTL
COPY . /RTL

COPY package.json /RTL/package.json
COPY package-lock.json /RTL/package-lock.json
COPY pnpm-lock.yaml /RTL/pnpm-lock.yaml

# Install dependencies
RUN pnpm install --production
Expand Down

0 comments on commit f8806c6

Please sign in to comment.