From 9911a9410d3444b85a62c10c9ea9546b4446a6c6 Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 10 Apr 2024 16:09:03 +0300 Subject: [PATCH] .. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4372554d..1e24845d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,8 @@ COPY pyproject.toml /app/ RUN pip install poetry && \ poetry config virtualenvs.create false && \ poetry install --no-root --only main - -# Copy the rest of the application + +# Copy the rest of the files COPY . /app # Expose the port