From 9068f763fdbe08c8a73c53c5736d433daf78a1fe Mon Sep 17 00:00:00 2001 From: magnusanatolius Date: Tue, 3 Mar 2020 20:33:54 +0100 Subject: [PATCH] general bug fixing* --- doc/Dockerfile | 2 +- gatekeeper/Dockerfile | 2 ++ portal/env-config.js | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Dockerfile b/doc/Dockerfile index 9c133dc..3fd5413 100644 --- a/doc/Dockerfile +++ b/doc/Dockerfile @@ -26,7 +26,7 @@ RUN mkdir /app/ WORKDIR /app/ -RUN git clone git@forgemia.inra.fr:magnus.anatolius/in-sylva.doc.git +RUN git clone git@forgemia.inra.fr:in-sylva-development/in-sylva.doc.git RUN cd ./in-sylva.doc/website && yarn diff --git a/gatekeeper/Dockerfile b/gatekeeper/Dockerfile index 9258ace..7edc0fa 100644 --- a/gatekeeper/Dockerfile +++ b/gatekeeper/Dockerfile @@ -4,6 +4,8 @@ RUN apt-get update && \ apt-get install -y git \ openssh-server +RUN apt-get update && apt-get install wget && apt-get install telnet -y + RUN mkdir /var/run/sshd EXPOSE 22 diff --git a/portal/env-config.js b/portal/env-config.js index 22979bf..0e25edf 100644 --- a/portal/env-config.js +++ b/portal/env-config.js @@ -2,6 +2,5 @@ window._env_ = { REACT_APP_IN_SYLVA_GATEKEEPER_HOST: "/gatekeeper", REACT_APP_IN_SYLVA_SOURCE_MANAGER_HOST: "/source-manager", REACT_APP_IN_SYLVA_KEYCLOAK_HOST: "/keycloak", - REACT_APP_IN_SYLVA_KEYCLOAK_PORT: "7000", REACT_APP_PORT: "3000", }