diff --git a/Dockerfile b/Dockerfile index 12032a4..bd871c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,29 +2,36 @@ FROM python:3.10-slim # Set the working directory in the container -WORKDIR /usr/src/app +WORKDIR /MoneyPrinterTurbo + +ENV PYTHONPATH="/MoneyPrinterTurbo:$PYTHONPATH" # Install system dependencies RUN apt-get update && apt-get install -y \ git \ imagemagick \ + ffmpeg \ && rm -rf /var/lib/apt/lists/* # Fix security policy for ImageMagick RUN sed -i '/