mirror of
https://github.com/serai-dex/serai.git
synced 2025-02-03 11:46:31 +00:00
Add common to Dockerfile
This commit is contained in:
parent
35ca220bcc
commit
c7121d96ac
1 changed files with 6 additions and 4 deletions
|
@ -2,12 +2,14 @@ FROM docker.io/paritytech/ci-linux:production as builder
|
||||||
LABEL description="STAGE 1: Build"
|
LABEL description="STAGE 1: Build"
|
||||||
|
|
||||||
# Add files for build
|
# Add files for build
|
||||||
ADD substrate /serai/substrate
|
ADD common /serai/common
|
||||||
ADD processor /serai/processor
|
|
||||||
ADD coins /serai/coins
|
|
||||||
ADD crypto /serai/crypto
|
ADD crypto /serai/crypto
|
||||||
|
ADD coins /serai/coins
|
||||||
|
ADD processor /serai/processor
|
||||||
ADD contracts /serai/contracts
|
ADD contracts /serai/contracts
|
||||||
|
ADD substrate /serai/substrate
|
||||||
ADD Cargo.toml /serai
|
ADD Cargo.toml /serai
|
||||||
|
ADD Cargo.lock /serai
|
||||||
ADD AGPL-3.0 /serai
|
ADD AGPL-3.0 /serai
|
||||||
|
|
||||||
WORKDIR /serai
|
WORKDIR /serai
|
||||||
|
|
Loading…
Reference in a new issue