From 74d06d35ba0abce5114f22effa452fc93fc13252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6nig?= <Alexander.Koenig@eurac.edu> Date: Thu, 28 Sep 2017 11:13:09 +0200 Subject: [PATCH] https://github.com/ufal/lindat-aai-discovery/issues/6 has been fixed, so my inline fix can be removed --- Dockerfile.nginx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile.nginx b/Dockerfile.nginx index f576c67..5cb9399 100644 --- a/Dockerfile.nginx +++ b/Dockerfile.nginx @@ -85,8 +85,6 @@ COPY commul-customization/shib_clear_headers /opt/nginx/conf/ # copy over config files COPY commul-customization/aai.js /opt/repository/sources/lindat-aai-discovery/ WORKDIR /opt/repository/sources/lindat-aai-discovery/ -# this line only is necessary until https://github.com/ufal/lindat-aai-discovery/issues/6 is resolved -RUN perl -pi -e 's/http/https/' /opt/repository/sources/lindat-aai-discovery/Makefile RUN touch /opt/repository/sources/lindat-aai-discovery/aai.js RUN make aai.min.js -- GitLab