Commit 9807b277 authored by Yann Garcia's avatar Yann Garcia
Browse files

Update build-container.sh

parent 7be52ae0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
DOCKER_FILE=./Dockerfile
if [ -f ${DOCKER_FILE} ]
then
    docker build --tag stf549_ng112 --force-rm .
    docker build --tag stf549_ng112 .
    if [ "$?" != "0" ]
    then
        echo "Docker build failed: $?"