Update '.build/deploy.sh'
This commit is contained in:
parent
5020064298
commit
9b63f8ac41
@ -2,8 +2,8 @@ BUILD_PATH=$1
|
|||||||
|
|
||||||
cd $BUILD_PATH/src || exit 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
|
cd $BUILD_PATH/.docker || exit 1
|
||||||
|
|
||||||
docker-compose up -d --force-recreate
|
docker-compose up -d --build --force-recreate
|
Loading…
Reference in New Issue
Block a user