Skip to content

Commit

Permalink
Don't add Dockerfiles into Docker containers now that they have secrets
Browse files Browse the repository at this point in the history
Solely add the source code for them as needed to satisfy the workspace bounds.
  • Loading branch information
kayabaNerve committed Feb 5, 2024
1 parent 2408017 commit 36fe2db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion orchestration/runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ ADD message-queue /serai/message-queue
ADD processor /serai/processor
ADD coordinator /serai/coordinator
ADD substrate /serai/substrate
ADD orchestration /serai/orchestration
ADD orchestration/Cargo.toml /serai/orchestration/Cargo.toml
ADD orchestration/src /serai/orchestration/src
ADD mini /serai/mini
ADD tests /serai/tests
ADD Cargo.toml /serai
Expand Down
3 changes: 2 additions & 1 deletion orchestration/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ ADD message-queue /serai/message-queue
ADD processor /serai/processor
ADD coordinator /serai/coordinator
ADD substrate /serai/substrate
ADD orchestration /serai/orchestration
ADD orchestration/Cargo.toml /serai/orchestration/Cargo.toml
ADD orchestration/src /serai/orchestration/src
ADD mini /serai/mini
ADD tests /serai/tests
ADD Cargo.toml /serai
Expand Down

0 comments on commit 36fe2db

Please sign in to comment.