1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

revamping the build scripts (#1620)

This commit is contained in:
Joseph Flinn
2021-10-08 09:53:56 -07:00
committed by GitHub
parent 45ab7e2e85
commit ee7b608a46
26 changed files with 6321 additions and 120 deletions

View File

@ -13,7 +13,3 @@ echo "Clean"
dotnet clean "$DIR/Server.csproj" -c "Release" -o "$DIR/obj/build-output/publish"
echo "Publish"
dotnet publish "$DIR/Server.csproj" -c "Release" -o "$DIR/obj/build-output/publish"
echo -e "\nBuilding docker image"
docker --version
docker build -t bitwarden/server "$DIR/."