diff --git a/Dockerfile b/Dockerfile index 5a4d0a8..7fbfafd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ WORKDIR /app FROM base AS poetry # Print environment information +COPY print_env.py . RUN python print_env.py RUN pip install poetry