mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
Correct Serai Dockerfile
This commit is contained in:
parent
0c9c1aeff1
commit
a7f2740dfb
1 changed files with 2 additions and 1 deletions
|
@ -6,8 +6,9 @@ ADD common /serai/common
|
|||
ADD crypto /serai/crypto
|
||||
ADD coins /serai/coins
|
||||
ADD processor /serai/processor
|
||||
ADD tendermint /serai/tendermint
|
||||
ADD coordinator /serai/coordinator
|
||||
ADD substrate /serai/substrate
|
||||
ADD tests /serai/tests
|
||||
ADD Cargo.toml /serai
|
||||
ADD Cargo.lock /serai
|
||||
ADD AGPL-3.0 /serai
|
||||
|
|
Loading…
Reference in a new issue