Print debugging info

This commit is contained in:
Marian Steinbach 2024-02-21 08:52:43 +01:00
parent 45fca7e844
commit b1e0847e5c

View file

@ -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 \