Fix filename after rename
parent
7cb516df1f
commit
4d8e1eb3a9
|
@ -2,5 +2,5 @@ FROM python:alpine
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
RUN pip install --no-cache requests configargparse xdg https://github.com/aio-libs/aiosmtpd/archive/refs/heads/master.zip
|
RUN pip install --no-cache requests configargparse xdg https://github.com/aio-libs/aiosmtpd/archive/refs/heads/master.zip
|
||||||
COPY ./mailforward.py .
|
COPY ./libertyforward.py .
|
||||||
CMD ["python", "/usr/src/app/mailforward.py"]
|
CMD ["python", "/usr/src/app/libertyforward.py"]
|
||||||
|
|
Loading…
Reference in New Issue