mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-12 09:26:51 +00:00
Merge branch 'develop' into tendermint
This commit is contained in:
commit
0fb9d4397f
1 changed files with 5 additions and 3 deletions
|
@ -2,12 +2,14 @@ FROM docker.io/paritytech/ci-linux:production as builder
|
|||
LABEL description="STAGE 1: Build"
|
||||
|
||||
# Add files for build
|
||||
ADD substrate /serai/substrate
|
||||
ADD processor /serai/processor
|
||||
ADD coins /serai/coins
|
||||
ADD common /serai/common
|
||||
ADD crypto /serai/crypto
|
||||
ADD coins /serai/coins
|
||||
ADD processor /serai/processor
|
||||
ADD contracts /serai/contracts
|
||||
ADD substrate /serai/substrate
|
||||
ADD Cargo.toml /serai
|
||||
ADD Cargo.lock /serai
|
||||
ADD AGPL-3.0 /serai
|
||||
|
||||
WORKDIR /serai
|
||||
|
|
Loading…
Reference in a new issue