From 755ed36627be63569f5211a2e39747c944045136 Mon Sep 17 00:00:00 2001 From: qtrinh2 Date: Tue, 14 Jan 2025 13:49:18 -0500 Subject: [PATCH] Update Dockerfile added --no-root --- django/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/Dockerfile b/django/Dockerfile index 7a329e8..07be7a9 100644 --- a/django/Dockerfile +++ b/django/Dockerfile @@ -27,7 +27,7 @@ ENV PATH="$PATH:/root/.local/bin" # Install dependencies with Poetry RUN poetry config virtualenvs.create false -RUN poetry install --no-interaction --no-ansi +RUN poetry install --no-interaction --no-ansi --no-root #RUN poetry install --no-root #--no-dev # Copy over Volta binaries