You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2016/07/01 12:16:26 UTC

[06/25] marmotta git commit: fixed Docker's entrypoint path

fixed Docker's entrypoint path


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/c4183a2b
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/c4183a2b
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/c4183a2b

Branch: refs/heads/MARMOTTA-584
Commit: c4183a2bafdc3481e528ccd5afa6db4641496cc8
Parents: 4e9487b
Author: Sergio Fern�ndez <wi...@apache.org>
Authored: Mon Jun 6 16:17:32 2016 +0200
Committer: Sergio Fern�ndez <wi...@apache.org>
Committed: Mon Jun 6 16:17:32 2016 +0200

----------------------------------------------------------------------
 Dockerfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/c4183a2b/Dockerfile
----------------------------------------------------------------------
diff --git a/Dockerfile b/Dockerfile
index 78b6bd1..1670011 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -77,5 +77,7 @@ RUN mvn clean \
     && apt-get autoremove -y \
     && rm -rf /var/lib/apt/lists/*
 
-ENTRYPOINT ["/marmotta-webapp/src/docker/entrypoint.sh"]
+# entrypoint
+RUN cp /src/launchers/marmotta-webapp/src/docker/entrypoint.sh /usr/local/bin/marmotta.sh
+ENTRYPOINT ["/usr/local/bin/marmotta.sh"]