From 3354c7da851e69a95a304e837368576419b1c3bb Mon Sep 17 00:00:00 2001 From: Aryan Bhosale Date: Sat, 14 Sep 2024 18:42:07 +0530 Subject: [PATCH] not everything --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f78deea..33d5d19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /app COPY . /app # Install the quartz_solar_forecast package in editable mode -RUN pip install -e . +RUN pip install . # Expose port 8000 and 8501 to the outside world EXPOSE 8000 8501