mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-06-28 02:42:44 +08:00
feat: add imap proxy server (#225)
This commit is contained in:
@@ -4,4 +4,4 @@ WORKDIR /app
|
||||
COPY requirements.txt /requirements.txt
|
||||
RUN python3 -m pip install -r /requirements.txt
|
||||
COPY . /app
|
||||
ENTRYPOINT [ "python3", "server.py" ]
|
||||
ENTRYPOINT [ "python3", "main.py" ]
|
||||
|
||||
Reference in New Issue
Block a user