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