From 4d1de7db839f99ff6e69be5e4a01174ccb7cfedc Mon Sep 17 00:00:00 2001 From: iadgovuser29 <33426478+iadgovuser29@users.noreply.github.com> Date: Thu, 14 Mar 2024 21:52:39 -0400 Subject: [PATCH] ACA dockerfile updated ref to package/linux --- .ci/docker/Dockerfile.aca-rocky | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/docker/Dockerfile.aca-rocky b/.ci/docker/Dockerfile.aca-rocky index 9adeb815..ce213f75 100644 --- a/.ci/docker/Dockerfile.aca-rocky +++ b/.ci/docker/Dockerfile.aca-rocky @@ -84,4 +84,4 @@ HEALTHCHECK --start-period=50s --interval=1s --timeout=90s CMD curl -f https://l WORKDIR /hirs # On container launch, the database will be set up. Then bootRun should utilize build artifacts stored in the image. -CMD ["bash", "-c", "/hirs/package/scripts/aca/aca_setup.sh --unattended && /tmp/hirs_add_aca_tls_path_to_os.sh && /hirs/package/scripts/aca/aca_bootRun.sh"] \ No newline at end of file +CMD ["bash", "-c", "/hirs/package/linux/aca/aca_setup.sh --unattended && /tmp/hirs_add_aca_tls_path_to_os.sh && /hirs/package/linux/aca/aca_bootRun.sh"] \ No newline at end of file