Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifeismana committed Jul 9, 2024
1 parent 841ad1a commit a8e125e
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 [ "ls -la && cd $GITHUB_WORKSPACE && ls -la && ./scripts.sh" ]
CMD [ "ls -la && cd $GITHUB_WORKSPACE && ls -la" ]

0 comments on commit a8e125e

Please sign in to comment.