RUN chmod 777 /MoneyPrinterTurbo

This commit is contained in:
harry
2024-04-24 13:47:37 +08:00
parent f85c11118d
commit e77389ffb5

View File

@@ -4,6 +4,9 @@ FROM python:3.10-slim-bullseye
# Set the working directory in the container
WORKDIR /MoneyPrinterTurbo
# 设置/MoneyPrinterTurbo目录权限为777
RUN chmod 777 /MoneyPrinterTurbo
ENV PYTHONPATH="/MoneyPrinterTurbo"
# Install system dependencies