Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ESAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ExaCT
ESAP
Commits
9f022da9
Commit
9f022da9
authored
Oct 11, 2021
by
Stefano Alberto Russo
Browse files
Options
Downloads
Patches
Plain Diff
Moved to cloning the api-gateway repo. Fixes.
parent
3ad745ed
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
services/api-gateway/Dockerfile
+2
-1
2 additions, 1 deletion
services/api-gateway/Dockerfile
services/api-gateway/run_api-gateway.sh
+0
-3
0 additions, 3 deletions
services/api-gateway/run_api-gateway.sh
with
2 additions
and
4 deletions
services/api-gateway/Dockerfile
+
2
−
1
View file @
9f022da9
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
services/api-gateway/run_api-gateway.sh
+
0
−
3
View file @
9f022da9
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment