From 841ad1a7e1cdd5d7aca04f728eb537d25f081c42 Mon Sep 17 00:00:00 2001 From: Antoine Rybacki <15911822+Lifeismana@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:27:59 +0200 Subject: [PATCH] debug --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95d186a..7bbfdb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ RUN python -m venv /data/.venv && \ pip install --upgrade git+https://github.com/P1sec/hermes-dec ENV PATH=/data/.venv/bin:$PATH -CMD [ "cd $GITHUB_WORKSPACE && ./scripts.sh" ] \ No newline at end of file +CMD [ "ls -la && cd $GITHUB_WORKSPACE && ls -la && ./scripts.sh" ] \ No newline at end of file