Merge pull request #294 from harry0703/dev

fixed: WS_OPEN_ERROR_UNDERLYING_IO_OPEN_FAILED
This commit is contained in:
Harry
2024-04-22 08:41:10 +08:00
committed by GitHub

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