From c2cc559d25222ede92646e36e45cd0f308684fb8 Mon Sep 17 00:00:00 2001 From: nclsbayona <59931437+nclsbayona@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:18:09 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d03c06..e11c7f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ ENV WAKATIME_API_KEY = 0 ENV NASA_KEY = 0 ENV GH_TOKEN = 0 -RUN pip install --no-cache-dir -r requirements.txt +RUN pip install --no-cache-dir --requirement requirements.txt ENTRYPOINT [ "python", "/main.py" ]