From 4d8e1eb3a92583302c1654b5ad72a6cbf757aa85 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 21 Oct 2021 22:56:37 -0700 Subject: [PATCH] Fix filename after rename --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 18a5dd1..2507ccf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]