Skip to content

Commit

Permalink
fix(docker): fully propagate deployment settings
Browse files Browse the repository at this point in the history
Fully propagate deployment settings to the build environment.

Signed-off-by: Thomas Fossati <[email protected]>
  • Loading branch information
thomas-fossati authored and setrofim committed Jan 21, 2025
1 parent abda2aa commit d14e5af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployments/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ DOCKER_BUILD_FLAGS ?=
SHELL = /bin/bash

THIS_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
include deployment.cfg
include src/load-config.mk

SRC_DIR := $(THIS_DIR)src/
Expand Down

0 comments on commit d14e5af

Please sign in to comment.