diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 2035203..24b89e4 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -252,7 +252,15 @@
1737832559745
-
+
+
+ 1737832663736
+
+
+
+ 1737832663736
+
+
diff --git a/Dockerfile b/Dockerfile
index 8e0a145..dc2c2c6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /app
COPY . /app
RUN apt-get update
-RUN apt-get install libpq-dev
+RUN apt-get install libpq-dev -y
RUN pip install --no-cache-dir -r requirements.txt