refactor: rename asserts to assets

This commit is contained in:
ReaJason
2026-01-14 00:27:32 +08:00
parent bb071b895f
commit 251b398a93
18 changed files with 12 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM python:3.12-slim
WORKDIR /app
RUN pip install requests -i https://pypi.tuna.tsinghua.edu.cn/simple/
COPY neoreg.py .
CMD ["tail", "-f", "/dev/null"]