Loading docker/build-container.sh +1 −1 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,7 @@ set -vx DOCKER_FILE=./Dockerfile DOCKER_FILE=./Dockerfile if [ -f ${DOCKER_FILE} ] if [ -f ${DOCKER_FILE} ] then then docker build --tag stf525_its --force-rm . docker build --no-cache --tag stf525_its --force-rm . if [ "$?" != "0" ] if [ "$?" != "0" ] then then echo "Docker build failed: $?" echo "Docker build failed: $?" Loading Loading
docker/build-container.sh +1 −1 Original line number Original line Diff line number Diff line Loading @@ -8,7 +8,7 @@ set -vx DOCKER_FILE=./Dockerfile DOCKER_FILE=./Dockerfile if [ -f ${DOCKER_FILE} ] if [ -f ${DOCKER_FILE} ] then then docker build --tag stf525_its --force-rm . docker build --no-cache --tag stf525_its --force-rm . if [ "$?" != "0" ] if [ "$?" != "0" ] then then echo "Docker build failed: $?" echo "Docker build failed: $?" Loading