diff --git a/Dockerfile b/Dockerfile index 496f4ba..51f7c89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ENV DJANGO_SETTINGS_MODULE Sprint.settings RUN mkdir -p /usr/src/app/ WORKDIR /usr/src/app/ -COPY ../.. /usr/src/app/ +COPY . /usr/src/app/ RUN pip3 install -r requirements.txt diff --git a/postgres-data/pg_stat_tmp/db_0.stat b/postgres-data/pg_stat_tmp/db_0.stat index f9bcfd0..e701a88 100644 Binary files a/postgres-data/pg_stat_tmp/db_0.stat and b/postgres-data/pg_stat_tmp/db_0.stat differ diff --git a/postgres-data/pg_stat_tmp/db_16384.stat b/postgres-data/pg_stat_tmp/db_16384.stat index c44ab70..704595c 100644 Binary files a/postgres-data/pg_stat_tmp/db_16384.stat and b/postgres-data/pg_stat_tmp/db_16384.stat differ diff --git a/postgres-data/pg_stat_tmp/global.stat b/postgres-data/pg_stat_tmp/global.stat index e66b8bf..3312cd4 100644 Binary files a/postgres-data/pg_stat_tmp/global.stat and b/postgres-data/pg_stat_tmp/global.stat differ