Fix filename after rename

master
Raoul Snyman 2021-10-21 22:56:37 -07:00
parent 7cb516df1f
commit 4d8e1eb3a9
No known key found for this signature in database
GPG Key ID: F55BCED79626AE9C
1 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@ FROM python:alpine
WORKDIR /usr/src/app
RUN pip install --no-cache requests configargparse xdg https://github.com/aio-libs/aiosmtpd/archive/refs/heads/master.zip
COPY ./mailforward.py .
CMD ["python", "/usr/src/app/mailforward.py"]
COPY ./libertyforward.py .
CMD ["python", "/usr/src/app/libertyforward.py"]