Skip to content

Commit

Permalink
asdsa
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Nov 27, 2023
1 parent 9be2719 commit 9a482c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def _gen_docker_compose(modules, *, diracx_dist_dir=None):
if diracx_dist_dir is not None:
for container_name in ["diracx-init-cs", "diracx-wait-for-db", "diracx"]:
docker_compose["services"][container_name]["volumes"].append(f"{diracx_dist_dir}:/diracx_sources")
docker_compose["services"][container_name].setdefault("environment", {}).append(
docker_compose["services"][container_name].setdefault("environment", []).append(
"DIRACX_CUSTOM_SOURCE_PREFIXES=/diracx_sources"
)

Expand Down

0 comments on commit 9a482c3

Please sign in to comment.