diff --git a/scripts/run-test.sh b/scripts/run-test.sh index e5c693f..3581564 100755 --- a/scripts/run-test.sh +++ b/scripts/run-test.sh @@ -3,7 +3,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) cd ${SCRIPT_DIR} DOCKER_BUILDKIT=0 docker build -t dboreham/test-container:test -f ../container/Dockerfile ../container echo "Images in the registry:" -docker image ls +docker image ls -a echo "Running the container I built:" docker run dboreham/test-container:test docker compose --verbose --project-directory ../compose -f ../compose/docker-compose.yml up -d