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