move docker setup into packaging subdir
This commit is contained in:
parent
c2d9709bdd
commit
8b4de1be9d
8 changed files with 49 additions and 18 deletions
11
packaging/docker/build.sh
Executable file
11
packaging/docker/build.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
|
||||
project_dir="$(dirname "$(dirname "$PWD")")"
|
||||
tag="ruche-manager/ruche-manager:latest"
|
||||
|
||||
|
||||
docker build --tag="$tag" --build-context=project="$project_dir" .
|
||||
docker image save --output="docker-ruche-manager.tgz" "$tag"
|
Loading…
Add table
Add a link
Reference in a new issue