From 549cef11552966d9632975c57473b128b5cb3818 Mon Sep 17 00:00:00 2001 From: Luko van der Maas Date: Wed, 19 Apr 2023 16:08:36 +0200 Subject: [PATCH] fix poetry path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e5ebe0..60ee737 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV PYTHONUNBUFFERED=1 \ # Use production settings ENV DJANGO_SETTINGS_MODULE website.settings.production # Add poetry to PATH -ENV PATH="/root/.poetry/bin:$PATH" +#ENV PATH="/root/.poetry/bin:$PATH" RUN apt-get update \ && apt-get install --no-install-recommends -y \