Fix functional ubi tests

This commit is contained in:
Yevhen Ivantsov 2024-03-14 15:53:27 +11:00
parent 86697420f4
commit 4ba7a502bb

View File

@ -26,7 +26,7 @@ services:
- '8090:8090' - '8090:8090'
command: > command: >
bash -c ' bash -c '
apt-get update -y && apt-get install -y netcat && command -v microdnf &> /dev/null && microdnf install -y nmap || { apt-get update -y && apt-get install -y netcat; } &&
/opt/atlassian/support/waitport postgresql 5432 && /opt/atlassian/support/waitport postgresql 5432 &&
chown -R confluence.confluence /var/atlassian/application-data/confluence/ && chown -R confluence.confluence /var/atlassian/application-data/confluence/ &&
/entrypoint.py /entrypoint.py