mirror of
https://github.com/vegardit/docker-openldap.git
synced 2026-05-21 12:14:16 +02:00
12 lines
294 B
Bash
12 lines
294 B
Bash
#!/usr/bin/env bash
|
|
#
|
|
# Copyright 2019-2020 by Vegard IT GmbH, Germany, https://vegardit.com
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Author: Sebastian Thomschke, Vegard IT GmbH
|
|
#
|
|
# https://github.com/vegardit/docker-openldap
|
|
#
|
|
|
|
bash "$(dirname "$0")/build-image.sh" --build-arg DEBUG_BUILD=1
|