mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-06-03 06:30:38 +08:00
feat: add SMTP proxy server (#177)
This commit is contained in:
7
smtp_proxy_server/dockerfile
Normal file
7
smtp_proxy_server/dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.12-slim
|
||||
|
||||
WORKDIR /app
|
||||
COPY requirements.txt /requirements.txt
|
||||
RUN python3 -m pip install -r /requirements.txt
|
||||
COPY . /app
|
||||
ENTRYPOINT [ "python3", "server.py" ]
|
||||
Reference in New Issue
Block a user