From 9b63f8ac413152ec9cde28076e020f091234e7e2 Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Sat, 18 Jul 2020 16:02:49 +0200 Subject: [PATCH] Update '.build/deploy.sh' --- .build/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build/deploy.sh b/.build/deploy.sh index fdd9a59..4986990 100755 --- a/.build/deploy.sh +++ b/.build/deploy.sh @@ -2,8 +2,8 @@ BUILD_PATH=$1 cd $BUILD_PATH/src || exit 1 -docker-build -f ./InternshipSystem.Api/Dockerfile -t internship.api . +docker build -f ./InternshipSystem.Api/Dockerfile -t internship.api . cd $BUILD_PATH/.docker || exit 1 -docker-compose up -d --force-recreate \ No newline at end of file +docker-compose up -d --build --force-recreate \ No newline at end of file