Skip to content

Commit

Permalink
try another mount for branding
Browse files Browse the repository at this point in the history
  • Loading branch information
cziaarm committed Jan 9, 2024
1 parent 3a119fb commit c0c75e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0c75e8

Please sign in to comment.