Skip to content

Commit

Permalink
repo paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsmoke committed Jan 25, 2024
1 parent d99e329 commit 20cb2ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COPY --chown=node:node ./desci-contracts/.openzeppelin ./src/desci-contracts-con
# copy contract abis
RUN rm -r ./src/desci-contracts-artifacts
RUN mkdir ./src/desci-contracts-artifacts
RUN mkdir /app/desci-repo/repo-tmp
RUN mkdir -p /app/desci-repo/repo-tmp
COPY --chown=node:node ./desci-contracts/artifacts ./src/desci-contracts-artifacts

RUN mv package.json package.json.old
Expand Down
1 change: 1 addition & 0 deletions desci-repo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN npm install -g npm@8.10.0
RUN mkdir /app
WORKDIR /app
RUN mkdir /app/repo-tmp
RUN mkdir -p /app/desci-repo/repo-tmp

COPY . .

Expand Down

0 comments on commit 20cb2ca

Please sign in to comment.