From 13d4c2d8d6b652db03cc848401118aa9dec13698 Mon Sep 17 00:00:00 2001 From: Shriram Athreya Date: Wed, 20 Dec 2023 13:00:36 -0600 Subject: [PATCH] running ls -R --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 755c925..6d12fc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . -CMD [ "ls", "-R"] +RUN ls -R . ENTRYPOINT ["python", "main.py"] \ No newline at end of file