Commit ad3068f2 authored by Yann Garcia's avatar Yann Garcia
Browse files

Update build-container.sh

parent 8a718236
......@@ -8,7 +8,7 @@ set -vx
DOCKER_FILE=./Dockerfile
if [ -f ${DOCKER_FILE} ]
then
docker build --tag stf525_its --force-rm .
docker build --no-cache --tag stf525_its --force-rm .
if [ "$?" != "0" ]
then
echo "Docker build failed: $?"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment