From 64bfb21bf0410b523cb1d288d2e2e814d86c639c Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 11 Apr 2024 13:40:02 +0800 Subject: [PATCH] optimize dockerfile --- Dockerfile | 21 +++++++++++---------- docker-compose.yml | 5 ++--- 2 files changed, 13 insertions(+), 13 deletions(-) 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 '/