Skip to content

Commit

Permalink
Fix dockerignore template-compilation-service (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburniske authored Mar 18, 2024
1 parent ade3c74 commit b910250
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@ README.md
!target/x86_64-unknown-linux-gnu/debug/golem-shard-manager
!target/x86_64-unknown-linux-gnu/debug/worker-executor
!target/x86_64-unknown-linux-gnu/debug/golem-template-service
!target/x86_64-unknown-linux-gnu/debug/golem-template-compilation-service
!target/x86_64-unknown-linux-gnu/debug/golem-worker-service
!target/x86_64-unknown-linux-gnu/release/golem-shard-manager
!target/x86_64-unknown-linux-gnu/release/worker-executor
!target/x86_64-unknown-linux-gnu/release/golem-template-service
!target/x86_64-unknown-linux-gnu/release/golem-template-compilation-service
!target/x86_64-unknown-linux-gnu/release/golem-worker-service
!target/aarch64-unknown-linux-gnu/debug/golem-shard-manager
!target/aarch64-unknown-linux-gnu/debug/worker-executor
!target/aarch64-unknown-linux-gnu/debug/golem-template-compilation-service
!target/aarch64-unknown-linux-gnu/debug/golem-template-service
!target/aarch64-unknown-linux-gnu/debug/golem-worker-service
!target/aarch64-unknown-linux-gnu/release/golem-shard-manager
!target/aarch64-unknown-linux-gnu/release/worker-executor
!target/aarch64-unknown-linux-gnu/release/golem-template-service
!target/aarch64-unknown-linux-gnu/release/golem-worker-service
!target/aarch64-unknown-linux-gnu/release/golem-template-compilation-service
!target/aarch64-unknown-linux-gnu/release/golem-worker-service

0 comments on commit b910250

Please sign in to comment.