fixed: WS_OPEN_ERROR_UNDERLYING_IO_OPEN_FAILED, thanks to https://github.com/oicid

This commit is contained in:
harry 2024-04-22 08:40:32 +08:00
parent ffcb52fd46
commit 6164920eaa

View File

@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.10-slim
FROM python:3.10-bullseye
# Set the working directory in the container
WORKDIR /MoneyPrinterTurbo