diff --git a/Dockerfile b/Dockerfile index 3b1fd07..3516f0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN poetry config virtualenvs.create false \ COPY . . # Install the project itself -RUN poetry install --no-interaction --no-ansi +RUN poetry install --no-interaction --no-ansi --no-root # Collect static files RUN python manage.py collectstatic --noinput diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index e3f10e4..0000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -poetry