Files
MemShellParty/asserts/neoreg/Dockerfile
T
2026-01-12 02:12:34 +08:00

9 lines
157 B
Docker

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"]