refactor: rename asserts to assets

This commit is contained in:
ReaJason
2026-01-18 23:49:41 +08:00
parent aea03800c7
commit 8458becfbc
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"]
File diff suppressed because it is too large Load Diff