Merge pull request 'Update '.build/deploy.sh'' (#84) from kadet-patch-3 into master

This commit is contained in:
Kacper Donat 2020-11-15 13:42:52 +01:00
commit b9471fe26d

View File

@ -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