From ad9280a0b4832fd0947b839ace1275ad279fd220 Mon Sep 17 00:00:00 2001 From: laudarch Date: Sat, 23 Nov 2024 02:57:00 +0000 Subject: [PATCH] Update Dockerfile Correct the script name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eef27ec..5b56452 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM python:3.7 COPY . /app WORKDIR /app RUN pip install -r requirements.txt -CMD ["python3.7", "phishing_catcher.py"] +CMD ["python3.7", "catch_phishing.py"]