1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-09 20:03:47 -05:00

move attachments and nginx to util folder

This commit is contained in:
Kyle Spearrin
2017-08-16 00:22:52 -04:00
parent 1ef76b562f
commit 2d26b5fbbd
13 changed files with 6 additions and 6 deletions

7
util/Nginx/build.ps1 Normal file
View 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\.