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