Skip to content

Commit 420c4b3

Browse files
misba7moabu
andauthored
fix(docker-jans-monolith): update script location (#1931)
Signed-off-by: Amro Misbah <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
1 parent bd17c7e commit 420c4b3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docker-flex-monolith/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN systemctl set-default multi-user.target \
3333
RUN rm -f /lib/systemd/system/systemd*udev* \
3434
&& rm -f /lib/systemd/system/getty.target
3535

36-
HEALTHCHECK --interval=35s --timeout=4s CMD /opt/dist/scripts/jans-auth check | grep "Jetty running pid" || exit 1
36+
HEALTHCHECK --interval=35s --timeout=4s CMD /opt/jans/scripts/jans-auth check | grep "Jetty running pid" || exit 1
3737

3838
# Ports required by jetty
3939
EXPOSE 443 8080 1636

docker-flex-monolith/scripts/entrypoint.sh

+7-7
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ register_fqdn() {
9898
}
9999
start_services() {
100100
/etc/init.d/apache2 start
101-
/opt/dist/scripts/jans-auth start
102-
/opt/dist/scripts/jans-config-api start
103-
/opt/dist/scripts/jans-scim start
104-
/opt/dist/scripts/jans-fido2 start
105-
/opt/dist/scripts/jans-casa start ||: # no-op if script is missing
106-
/opt/dist/scripts/jans-keycloak-link start ||: # no-op if script is missing
107-
/opt/dist/scripts/jans-link start ||: # no-op if script is missing
101+
/opt/jans/scripts/jans-auth start
102+
/opt/jans/scripts/jans-config-api start
103+
/opt/jans/scripts/jans-scim start
104+
/opt/jans/scripts/jans-fido2 start
105+
/opt/jans/scripts/jans-casa start ||: # no-op if script is missing
106+
/opt/jans/scripts/jans-keycloak-link start ||: # no-op if script is missing
107+
/opt/jans/scripts/jans-link start ||: # no-op if script is missing
108108
}
109109

110110
check_installed_flex

0 commit comments

Comments
 (0)