From c0c75e8b08258698b2c36406c5e12aee2d474978 Mon Sep 17 00:00:00 2001 From: Rory McNicholl Date: Tue, 9 Jan 2024 16:19:15 +0000 Subject: [PATCH] try another mount for branding --- Dockerfile | 3 +-- ops/staging-deploy.tmpl.yaml | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fc52a263..2f58a2f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -92,8 +92,7 @@ RUN sh -l -c " \ sed -i '/require .enumerator./d' /usr/local/bundle/gems/csl-1.6.0/lib/csl.rb" COPY --chown=1001:101 $APP_PATH/bin/db-migrate-seed.sh /app/samvera/ COPY --chown=1001:101 $APP_PATH /app/samvera/hyrax-webapp -RUN chmod 0777 /app/samvera/branding -RUN ln -sf /app/samvera/branding /app/samvera/hyrax-webapp/public/branding +#RUN ln -sf /app/samvera/branding /app/samvera/hyrax-webapp/public/branding ARG HYKU_BULKRAX_ENABLED="true" diff --git a/ops/staging-deploy.tmpl.yaml b/ops/staging-deploy.tmpl.yaml index 4a914475..5f57bcf7 100644 --- a/ops/staging-deploy.tmpl.yaml +++ b/ops/staging-deploy.tmpl.yaml @@ -40,6 +40,10 @@ extraVolumeMounts: &volMounts - name: uploads mountPath: /app/samvera/hyrax-webapp/tmp/shared subPath: shared + - name: uploads + mountPath: /app/samvera/hyrax-webapp/public/branding + subPath: public-branding + ingress: enabled: true