Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifeismana committed Jul 9, 2024
1 parent 56fd740 commit 841ad1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
CMD [ "ls -la && cd $GITHUB_WORKSPACE && ls -la && ./scripts.sh" ]

0 comments on commit 841ad1a

Please sign in to comment.