diff --git a/Dockerfile.prod b/Dockerfile.prod index d5a0ea5b..5954b35a 100644 --- a/Dockerfile.prod +++ b/Dockerfile.prod @@ -24,6 +24,8 @@ RUN poetry install --no-root # Copy the rest of the application COPY . /app +RUN poetry install + # Expose port 8080 EXPOSE 8080