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:27 UTC

[07/25] marmotta git commit: MARMOTTA-642: fixed Docker's entrypoint path

MARMOTTA-642: 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/2759bcdf
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/2759bcdf
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/2759bcdf

Branch: refs/heads/MARMOTTA-584
Commit: 2759bcdf9214040fb3bba00a66d2a13f70054cdc
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:54 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/marmotta/blob/2759bcdf/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"]