[#68] Removed unnecessary target; added builder building to fej
All checks were successful
continuous-integration/drone the build was successful

This commit is contained in:
Jef Roosens 2021-05-13 21:01:15 +02:00
parent 204f8f0a56
commit e358757b19
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
5 changed files with 10 additions and 9 deletions

7
fejctl
View file

@ -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 \