diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index b77c37f..6bf1add 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,13 +5,7 @@
-
-
-
-
-
-
-
+
@@ -36,16 +30,16 @@
- {
- "keyToString": {
- "Python.how_to.executor": "Run",
- "Python.identity.executor": "Run",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "RunOnceActivity.git.unshallow": "true",
- "git-widget-placeholder": "development",
- "last_opened_file_path": "/home/berkay/git-try-from/django-starter-project"
+
+}]]>
diff --git a/Ztest/Dockerfile b/Ztest/Dockerfile
index 470e2b2..1c5a78a 100644
--- a/Ztest/Dockerfile
+++ b/Ztest/Dockerfile
@@ -37,9 +37,8 @@ RUN poetry install --no-root --no-interaction --no-ansi
# Copy required directories
COPY Ztest/ ./Ztest/
COPY Services/ ./Services/
-COPY AllConfigs/ ./AllConfigs/
-COPY ApiLibrary/ ./ApiLibrary/
-COPY ErrorHandlers/ ./ErrorHandlers/
+COPY ApiLayers/ ./ApiLayers/
+COPY Services/ ./Services/
# Set entrypoint for running tests
ENTRYPOINT ["poetry", "run", "pytest"]