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
Branches
Tags
1 merge request!90include TRANSLATIONS_DIR as environment variable in the Docker image
Pipeline #84411 passed
...@@ -12,10 +12,8 @@ RUN pip install \ ...@@ -12,10 +12,8 @@ RUN pip install \
--target /app \ --target /app \
geant-service-orchestrator==${ARTIFACT_VERSION} geant-service-orchestrator==${ARTIFACT_VERSION}
# Create the directory for the configuration and copy the example config into it # Copy an example config into the container
# NOTE: a real config must be mounted at /etc/gso/config.json when running the container # NOTE: a real config must be mounted at /app/config.json when running the container
RUN mkdir -p /etc/gso && \
chown -R appuser:appgroup /etc/gso
COPY --chown=appuser:appgroup gso/oss-params-example.json /app/config.json COPY --chown=appuser:appgroup gso/oss-params-example.json /app/config.json
# The app reads the configuration from this location. # The app reads the configuration from this location.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment