File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN systemctl set-default multi-user.target \
33
33
RUN rm -f /lib/systemd/system/systemd*udev* \
34
34
&& rm -f /lib/systemd/system/getty.target
35
35
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
37
37
38
38
# Ports required by jetty
39
39
EXPOSE 443 8080 1636
Original file line number Diff line number Diff line change @@ -98,13 +98,13 @@ register_fqdn() {
98
98
}
99
99
start_services () {
100
100
/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
108
108
}
109
109
110
110
check_installed_flex
You can’t perform that action at this time.
0 commit comments