Commit 66f5af26 authored by Ben Wilson's avatar Ben Wilson Committed by Kelvin Fichter

Updated deployer Dockerfile to use src dir from builder

parent b6d1fcac
...@@ -20,6 +20,7 @@ COPY --from=builder /optimism/packages/contracts/dist ./dist ...@@ -20,6 +20,7 @@ COPY --from=builder /optimism/packages/contracts/dist ./dist
COPY --from=builder /optimism/packages/contracts/*.json ./ COPY --from=builder /optimism/packages/contracts/*.json ./
COPY --from=builder /optimism/packages/contracts/node_modules ./node_modules COPY --from=builder /optimism/packages/contracts/node_modules ./node_modules
COPY --from=builder /optimism/packages/contracts/artifacts ./artifacts COPY --from=builder /optimism/packages/contracts/artifacts ./artifacts
COPY --from=builder /optimism/packages/contracts/src ./src
# get non-build artifacts from the host # get non-build artifacts from the host
COPY packages/contracts/bin ./bin COPY packages/contracts/bin ./bin
...@@ -27,7 +28,6 @@ COPY packages/contracts/contracts ./contracts ...@@ -27,7 +28,6 @@ COPY packages/contracts/contracts ./contracts
COPY packages/contracts/hardhat.config.ts ./ COPY packages/contracts/hardhat.config.ts ./
COPY packages/contracts/deploy ./deploy COPY packages/contracts/deploy ./deploy
COPY packages/contracts/tasks ./tasks COPY packages/contracts/tasks ./tasks
COPY packages/contracts/src ./src
COPY packages/contracts/test/helpers/constants.ts ./test/helpers/constants.ts COPY packages/contracts/test/helpers/constants.ts ./test/helpers/constants.ts
COPY packages/contracts/scripts ./scripts COPY packages/contracts/scripts ./scripts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment