diff --git a/.build/deploy.sh b/.build/deploy.sh index 4986990..cc6fa9f 100755 --- a/.build/deploy.sh +++ b/.build/deploy.sh @@ -1,9 +1,4 @@ BUILD_PATH=$1 cd $BUILD_PATH/src || exit 1 - docker build -f ./InternshipSystem.Api/Dockerfile -t internship.api . - -cd $BUILD_PATH/.docker || exit 1 - -docker-compose up -d --build --force-recreate \ No newline at end of file