Update run-test.sh

main
David Boreham 2023-04-21 09:23:14 -06:00 committed by GitHub
parent 54935c3daa
commit 52ebbd3a00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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