Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsmoke committed Jan 25, 2024
1 parent 1f742de commit 35de7aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ COPY --chown=node:node ./desci-contracts/.openzeppelin ./src/desci-contracts-con
RUN rm -r ./src/desci-contracts-artifacts
RUN mkdir ./src/desci-contracts-artifacts
RUN mkdir -p /app/desci-repo/repo-tmp
RUN mkdir -p /app/desci-server/repo-tmp
COPY --chown=node:node ./desci-contracts/artifacts ./src/desci-contracts-artifacts

RUN mv package.json package.json.old
Expand Down

0 comments on commit 35de7aa

Please sign in to comment.