Add front-end functionality and improved server.py and node.py
All checks were successful
Test CI / test speed (push) Successful in 17s

This commit is contained in:
2024-10-15 17:05:39 +08:00
parent 24a5e91382
commit bf6e25b722
21 changed files with 20491 additions and 29 deletions

View File

@@ -8,7 +8,7 @@ COPY requirements.txt /app/
# 根据目标平台复制相应架构的库文件
#COPY lib/${TARGETPLATFORM}/* /lib/
COPY lib/* /lib/
COPY lib/* /usr/local/lib/
WORKDIR /app
@@ -16,3 +16,4 @@ RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip install --index-url https://git.mamahaha.work/api/packages/sangge/pypi/simple/ ecc-rs
RUN ldconfig