[#68] Removed unnecessary target; added builder building to fej
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
204f8f0a56
commit
e358757b19
5 changed files with 10 additions and 9 deletions
7
fejctl
7
fejctl
|
|
@ -19,6 +19,13 @@ function dc() {
|
|||
done
|
||||
shift $((OPTIND-1))
|
||||
|
||||
if [[ "$build_builder" -eq 1 ]]; then
|
||||
DOCKER_BUILDKIT=1 docker build \
|
||||
-t "$image-builder:latest" \
|
||||
-f docker/Dockerfile.builder \
|
||||
.
|
||||
fi
|
||||
|
||||
if [[ "$release" -eq 1 ]]; then
|
||||
DOCKER_BUILDKIT=1 COMPOSE_DOCKER_CLI_BUILD=1 docker-compose \
|
||||
--file docker/docker-compose.yml \
|
||||
|
|
|
|||
Reference in a new issue