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 <[email protected]> Authored: Mon Jun 6 16:17:32 2016 +0200 Committer: Sergio Fernández <[email protected]> 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"]
