From 1ed5e53e73671b41f188fd571df4940af795bd34 Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Sun, 15 Nov 2020 13:37:22 +0100 Subject: [PATCH] Update '.build/deploy.sh' --- .build/deploy.sh | 5 ----- 1 file changed, 5 deletions(-) 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