From 3222993d6d7c1fca8eb69354d1d348d13f761ee3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20B=C3=BCcker?= <mb366767@fh-muenster.de>
Date: Thu, 28 Sep 2023 19:09:18 +0000
Subject: [PATCH] list files

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index bc9d1d1..1309842 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,8 +16,8 @@ COPY .env .env
 # Install python packages
 COPY . .
 RUN pip install --no-cache-dir -r requirements.txt
-RUN echo -e ls
-RUN echo -e ls /home/jovyan/.ipython/profile_default/startup/
+RUN ls
+RUN ls /home/jovyan/.ipython/profile_default/startup/
 ADD python_startup /home/jovyan/.ipython/profile_default/startup/
 
 
-- 
GitLab