mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-20 05:28:22 +00:00
ACA dockerfile updated ref to package/linux
This commit is contained in:
parent
442bf93419
commit
4d1de7db83
@ -84,4 +84,4 @@ HEALTHCHECK --start-period=50s --interval=1s --timeout=90s CMD curl -f https://l
|
|||||||
WORKDIR /hirs
|
WORKDIR /hirs
|
||||||
|
|
||||||
# On container launch, the database will be set up. Then bootRun should utilize build artifacts stored in the image.
|
# 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"]
|
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"]
|
Loading…
Reference in New Issue
Block a user