diff --git a/Dockerfile b/Dockerfile
index f72841681412bded14103d909ddc67b83d69a956..d45aeeaf862f254b03df7f32da33dd236f7fda57 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -43,7 +43,7 @@ WORKDIR /opt
 
 # Copy the tar.gz file from the build context (where the Dockerfile is located)
 # to the /opt directory in the container
-COPY src/main/resources/sylva-core-deploy.tar.gz /opt/
+COPY sylvagit/sylva-core-deploy.tar.gz /opt/
 
 # Create the /opt/sylva-core directory and extract the tar.gz file into it
 RUN tar -xzf /opt/sylva-core-deploy.tar.gz -C /opt \
diff --git a/src/main/resources/sylva-core-deploy.tar.gz b/sylvagit/sylva-core-deploy.tar.gz
similarity index 100%
rename from src/main/resources/sylva-core-deploy.tar.gz
rename to sylvagit/sylva-core-deploy.tar.gz