Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
fix: remove COPY artifacts to container (#4055)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreistefanwork authored Aug 30, 2022
1 parent e793cdc commit bccf8b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ WORKDIR /app

COPY package.json yarn.lock .

COPY src/logic/contracts/artifacts ./src/logic/contracts/artifacts

RUN yarn install

COPY . .
Expand Down
1 change: 0 additions & 1 deletion prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN apt-get update \
WORKDIR /app

COPY package.json yarn.lock .
COPY src/logic/contracts/artifacts ./src/logic/contracts/artifacts

RUN yarn install

Expand Down

0 comments on commit bccf8b3

Please sign in to comment.