Update build data and swagger path #24

Merged
maxchil merged 4 commits from kadet-patch-1 into master 2020-07-18 16:50:41 +02:00
Showing only changes of commit 9b63f8ac41 - Show all commits

View File

@ -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
docker-compose up -d --build --force-recreate