aaaa
This commit is contained in:
13
2025/lake/web/web-magicauth/mta/Dockerfile
Normal file
13
2025/lake/web/web-magicauth/mta/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM python:3.14-slim
|
||||
|
||||
RUN groupadd --system --gid 999 ctf \
|
||||
&& useradd --system --gid 999 --uid 999 --create-home ctf
|
||||
|
||||
RUN pip install 'aiosmtpd==1.4.6'
|
||||
|
||||
COPY server.py /app/server.py
|
||||
|
||||
USER ctf
|
||||
WORKDIR /app
|
||||
|
||||
CMD ["python", "server.py"]
|
||||
Reference in New Issue
Block a user