Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-03-18 17:46:35 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-03-18 17:46:35 +0300
commit17269c5f5d9abbb0c104f269b49f360ae4f15b63 (patch)
treee05bb46f58b2acda3569e8417fe33f92abf6d050
parent3725002df760ec70a8a9a1f5ef559f39a012e82e (diff)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rwxr-xr-xuser_saml_shibboleth-php7.3/Dockerfile2
-rwxr-xr-xuser_saml_shibboleth-php8.0/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/user_saml_shibboleth-php7.3/Dockerfile b/user_saml_shibboleth-php7.3/Dockerfile
index ee5c602..0ba7e66 100755
--- a/user_saml_shibboleth-php7.3/Dockerfile
+++ b/user_saml_shibboleth-php7.3/Dockerfile
@@ -47,4 +47,4 @@ RUN chmod a+x /start.sh
ADD wait-for-services.sh /wait-for-services.sh
RUN chmod a+x /wait-for-services.sh
-CMD ["/start.sh"]
+CMD ["/bin/bash"]
diff --git a/user_saml_shibboleth-php8.0/Dockerfile b/user_saml_shibboleth-php8.0/Dockerfile
index a664cb8..b1e3611 100755
--- a/user_saml_shibboleth-php8.0/Dockerfile
+++ b/user_saml_shibboleth-php8.0/Dockerfile
@@ -51,4 +51,4 @@ RUN chmod a+x /start.sh
ADD wait-for-services.sh /wait-for-services.sh
RUN chmod a+x /wait-for-services.sh
-CMD ["/start.sh"]
+CMD ["/bin/bash"]