Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Commits
88e02495
Commit
88e02495
authored
1 year ago
by
Neda Moeini
Browse files
Options
Downloads
Patches
Plain Diff
Updated comments in Dockerfile for the clarity.
parent
a590e445
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#83812
passed
1 year ago
Stage: tox
Stage: documentation
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+5
-2
5 additions, 2 deletions
Dockerfile
with
5 additions
and
2 deletions
Dockerfile
+
5
−
2
View file @
88e02495
...
...
@@ -8,13 +8,16 @@ RUN pip install \
geant-service-orchestrator
==
${
ARTIFACT_VERSION
}
# Create the directory for the configuration and copy the example config into it
# NOTE: a real config must be mounted at
# /etc/gso/config.json when running the container
RUN
mkdir
-p
/etc/gso
COPY
gso/oss-params-example.json /etc/gso/config.json
# Expose port 80
0
0 for the FastAPI application
# Expose port 80
8
0 for the FastAPI application
EXPOSE
8080
# Set the environment variable for the configuration file
# The app reads the configuration from this location.
# No need to set environment variables in your docker-compose.
ENV
OSS_PARAMS_FILENAME=/etc/gso/config.json
# Start the FastAPI application
...
...
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