From 6f17032a86aea7a75da48875ce881900c6a094c7 Mon Sep 17 00:00:00 2001 From: Luca8991 Date: Tue, 21 Nov 2023 12:02:54 +0100 Subject: [PATCH] fix: docker build ignored files --- .dockerignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 939a6f1..f8a91f1 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,7 +6,7 @@ docs/ scripts/ target/ tests/ -!tests/test_canister_rs/src/test_canister_rs +!tests/src/test_canister_rs volumes/ .editorconfig .env.example