Skip to content
Snippets Groups Projects
Commit 9f022da9 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Moved to cloning the api-gateway repo. Fixes.

parent 3ad745ed
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,8 @@ COPY sudoers /etc/sudoers ...@@ -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
......
...@@ -30,9 +30,6 @@ if [[ "x$EXIT_CODE" != "x0" ]] ; then ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment