Loading services/api-gateway/Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,8 @@ COPY sudoers /etc/sudoers # Code #------------------------ COPY esap-api-gateway /opt/esap-api-gateway 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 chown -R esap:esap /opt/esap-api-gateway Loading services/api-gateway/run_api-gateway.sh +0 −3 Original line number Diff line number Diff line Loading @@ -30,9 +30,6 @@ if [[ "x$EXIT_CODE" != "x0" ]] ; then fi echo "" # Hopefully this will not stay here long #DJANGO_DEV_SERVER=True if [[ "x$DJANGO_DEV_SERVER" == "xTrue" ]] ; then # Run the development server Loading Loading
services/api-gateway/Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,8 @@ COPY sudoers /etc/sudoers # Code #------------------------ COPY esap-api-gateway /opt/esap-api-gateway 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 chown -R esap:esap /opt/esap-api-gateway Loading
services/api-gateway/run_api-gateway.sh +0 −3 Original line number Diff line number Diff line Loading @@ -30,9 +30,6 @@ if [[ "x$EXIT_CODE" != "x0" ]] ; then fi echo "" # Hopefully this will not stay here long #DJANGO_DEV_SERVER=True if [[ "x$DJANGO_DEV_SERVER" == "xTrue" ]] ; then # Run the development server Loading