2022-11-06 17:11:42 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
# Build cerc/watcher-mobymask
|
|
|
|
|
2023-04-14 20:19:27 +00:00
|
|
|
source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
|
|
|
|
|
2022-11-06 17:11:42 +00:00
|
|
|
# See: https://stackoverflow.com/a/246128/1701505
|
|
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
|
|
|
2023-08-30 10:45:43 +00:00
|
|
|
docker build -t cerc/watcher-mobymask:local -f ${SCRIPT_DIR}/Dockerfile ${build_command_args} ${CERC_REPO_BASE_DIR}/mobymask-watcher-ts
|
2022-12-22 14:13:13 +00:00
|
|
|
|
|
|
|
# TODO: add a mechanism to pass two repos into a container rather than the parent directory
|