Skip to content

Commit

Permalink
general bug fixing*
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolicvs committed Mar 3, 2020
1 parent ad090fb commit 9068f76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN mkdir /app/

WORKDIR /app/

RUN git clone [email protected]:magnus.anatolius/in-sylva.doc.git
RUN git clone [email protected]:in-sylva-development/in-sylva.doc.git

RUN cd ./in-sylva.doc/website && yarn

Expand Down
2 changes: 2 additions & 0 deletions gatekeeper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion portal/env-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}

0 comments on commit 9068f76

Please sign in to comment.