Files
MemShellParty/asserts/neoreg/Dockerfile
T

9 lines
112 B
Docker

FROM python:3.12-slim
WORKDIR /app
RUN pip install requests
COPY neoreg.py .
CMD ["tail", "-f", "/dev/null"]