Skip to content

Commit

Permalink
Print debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
marians committed Feb 21, 2024
1 parent 45fca7e commit b1e0847
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ export:

# run spider tests
test:
# Debugging
docker run --rm --entrypoint pwd $(IMAGE)
docker run --rm --entrypoint ls $(IMAGE) -la

docker run --rm \
-v $(PWD)/volumes/dev-shm:/dev/shm \
-v $(PWD)/secrets:/secrets \
Expand Down

0 comments on commit b1e0847

Please sign in to comment.