mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
move attachments and nginx to util folder
This commit is contained in:
10
util/Attachments/build.sh
Normal file
10
util/Attachments/build.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
DIR="$(dirname $(readlink -f $0))"
|
||||
|
||||
echo -e "\n# Building Attachments"
|
||||
|
||||
echo -e "\nBuilding docker image"
|
||||
docker --version
|
||||
docker build -t bitwarden/attachments $DIR/.
|
Reference in New Issue
Block a user