Commit 44d9689b authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Updated versions

parent 9d97498b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ COPY sudoers /etc/sudoers
#------------------------

RUN cd /opt && git clone https://git.astron.nl/astron-sdc/esap-api-gateway.git
RUN cd /opt/esap-api-gateway && git pull && git checkout 74188b358615fd4e8f0fc60dfa6a19d2f38426ab
RUN cd /opt/esap-api-gateway && git pull && git checkout 557c921
RUN chown -R esap:esap /opt/esap-api-gateway


+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ COPY sudoers /etc/sudoers
#------------------------

RUN cd /opt && git clone https://git.astron.nl/astron-sdc/esap-gui.git
RUN cd /opt/esap-gui && git pull && git checkout 0be8125b478007c75b13002d4e5273af7e14c057
RUN cd /opt/esap-gui && git pull && git checkout 2882da5a
RUN cd /opt/esap-gui && npm install
RUN cd /opt/esap-gui && npm run build