From 361025ba4ab0ad18f31a4c0b190e38180bd90914 Mon Sep 17 00:00:00 2001 From: "a.k.a Daniel" <50470310+oppsec@users.noreply.github.com> Date: Tue, 19 Jul 2022 12:50:57 -0300 Subject: [PATCH] fix: fixed podman incompatibility --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0c37dc7..a405470 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ COPY . . # Install libraries and run RUN pip3 install -r requirements.txt -CMD ["python3", "main.py"] +CMD ["python3", "main.py", "-h"]