mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
revamping the build scripts (#1620)
This commit is contained in:
@ -28,9 +28,9 @@
|
||||
"Console": {
|
||||
"IncludeScopes": true,
|
||||
"LogLevel": {
|
||||
"Default": "Warning",
|
||||
"System": "Warning",
|
||||
"Microsoft": "Warning",
|
||||
"Default": "Debug",
|
||||
"System": "Debug",
|
||||
"Microsoft": "Debug",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
}
|
||||
|
@ -19,7 +19,3 @@ cd "$CUR_DIR"
|
||||
gulp --gulpfile "$DIR/gulpfile.js" build
|
||||
echo "Publish"
|
||||
dotnet publish "$DIR/Admin.csproj" -c "Release" -o "$DIR/obj/build-output/publish"
|
||||
|
||||
echo -e "\nBuilding docker image"
|
||||
docker --version
|
||||
docker build -t bitwarden/admin "$DIR/."
|
||||
|
6115
src/Admin/package-lock.json
generated
6115
src/Admin/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user