Commit 9f022da9 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Moved to cloning the api-gateway repo. Fixes.

parent 3ad745ed
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -56,7 +56,8 @@ COPY sudoers /etc/sudoers
# Code
# 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
RUN chown -R esap:esap /opt/esap-api-gateway




+0 −3
Original line number Original line Diff line number Diff line
@@ -30,9 +30,6 @@ if [[ "x$EXIT_CODE" != "x0" ]] ; then
fi
fi
echo ""
echo ""


# Hopefully this will not stay here long
#DJANGO_DEV_SERVER=True

if [[ "x$DJANGO_DEV_SERVER" == "xTrue" ]] ; then
if [[ "x$DJANGO_DEV_SERVER" == "xTrue" ]] ; then
    
    
    # Run the development server
    # Run the development server