Skip to content
Snippets Groups Projects
Verified Commit b0e13329 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

remove unnecessary /etc/gso folder

parent 567f6356
No related branches found
No related tags found
1 merge request!90include TRANSLATIONS_DIR as environment variable in the Docker image
Pipeline #84411 passed
......@@ -12,10 +12,8 @@ RUN pip install \
--target /app \
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 && \
chown -R appuser:appgroup /etc/gso
# Copy an example config into the container
# NOTE: a real config must be mounted at /app/config.json when running the container
COPY --chown=appuser:appgroup gso/oss-params-example.json /app/config.json
# The app reads the configuration from this location.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment