diff --git a/Dockerfile b/Dockerfile index bd871c6..16a444a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.10-slim # Set the working directory in the container WORKDIR /MoneyPrinterTurbo -ENV PYTHONPATH="/MoneyPrinterTurbo:$PYTHONPATH" +ENV PYTHONPATH="/MoneyPrinterTurbo" # Install system dependencies RUN apt-get update && apt-get install -y \ @@ -17,11 +17,7 @@ RUN apt-get update && apt-get install -y \ RUN sed -i '/