diff --git a/.dockerignore b/.dockerignore index 91661e5..a87733b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,4 +4,5 @@ /.env /.gitignore /.git -/logs/ \ No newline at end of file +/logs/ +/telezab.db diff --git a/Dockerfile b/Dockerfile index d9cd0f2..68ca291 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \ libpq-dev \ gcc \ && rm -rf /var/lib/apt/lists/* -RUN apt-get install + # Установим рабочую директорию WORKDIR /app