You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2021/10/05 13:18:20 UTC

[airavata-custos] branch staging updated: Bug fix in Dockerfile

This is an automated email from the ASF dual-hosted git repository.

isjarana pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git


The following commit(s) were added to refs/heads/staging by this push:
     new 4b59b0a  Bug fix in Dockerfile
     new c1d6230  Merge pull request #237 from isururanawaka/staging
4b59b0a is described below

commit 4b59b0a4f2c921ef6aa03b7354fdda87d229faab
Author: Isuru Ranawaka <ir...@gmail.com>
AuthorDate: Tue Oct 5 09:16:27 2021 -0400

    Bug fix in Dockerfile
---
 custos-core-services/iam-admin-core-service/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/custos-core-services/iam-admin-core-service/Dockerfile b/custos-core-services/iam-admin-core-service/Dockerfile
index b0c6a03..2289bb5 100644
--- a/custos-core-services/iam-admin-core-service/Dockerfile
+++ b/custos-core-services/iam-admin-core-service/Dockerfile
@@ -3,4 +3,4 @@ COPY src/main/resources/keycloak-client-truststore.pkcs12 /home/ubuntu/keystore/
 VOLUME /tmp
 ARG JAR_FILE
 ADD ${JAR_FILE} app.jar
-ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","/app.jar"]
\ No newline at end of file
+ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]
\ No newline at end of file