From ec668e7eb2f0b69972e30af5bad1db494d13b419 Mon Sep 17 00:00:00 2001 From: ThePaulo1 <63714475+ThePaulo1@users.noreply.github.com> Date: Sun, 6 Oct 2024 12:57:47 +0200 Subject: [PATCH] allow assets folder Fix failing build due to assets not found --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index 5c5187748..0269ba472 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,6 +6,7 @@ # Allow the source code folders !/pumpkin*/ +!/assets # Dependencies !Cargo.lock