mirror of
https://github.com/bitwarden/server
synced 2026-01-06 02:23:51 +00:00
revamping the build scripts (#1620)
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
echo -e "\n## Building Nginx"
|
||||
|
||||
echo -e "\nBuilding docker image"
|
||||
docker --version
|
||||
docker build -t bitwarden/nginx "$DIR/."
|
||||
|
||||
|
||||
echo -e "\n## Building k8s-proxy"
|
||||
|
||||
echo -e "\nBuilding docker image"
|
||||
docker build -f $DIR/Dockerfile-k8s -t bitwarden/k8s-proxy "$DIR/."
|
||||
Reference in New Issue
Block a user