mirror of
https://github.com/bitwarden/server
synced 2025-12-29 22:54:00 +00:00
move attachments and nginx to util folder
This commit is contained in:
7
util/Nginx/build.ps1
Normal file
7
util/Nginx/build.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path
|
||||
|
||||
echo "`n# Building nginx"
|
||||
|
||||
echo "`nBuilding docker image"
|
||||
docker --version
|
||||
docker build -t bitwarden/nginx $dir\.
|
||||
Reference in New Issue
Block a user