Merge pull request #311 from harry0703/dev

RUN chmod 777 /MoneyPrinterTurbo
This commit is contained in:
Harry 2024-04-24 13:48:08 +08:00 committed by GitHub
commit a53da162ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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