Skip to content

Commit

Permalink
Merge pull request #2220 from samvera/i205-collection-thumbnail-rework
Browse files Browse the repository at this point in the history
🎁 Adds symlink between samvera and hyrax-webapp branding directories
  • Loading branch information
ShanaLMoore authored May 29, 2024
2 parents ec7566e + 1bfcccb commit c7e5a40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ RUN ln -sf /usr/lib/libmediainfo.so.0 /app/fits/tools/mediainfo/linux/libmediain

COPY --chown=1001:101 ./bin/db-migrate-seed.sh /app/samvera/

# Ensure the directory exists and create the symbolic link
RUN mkdir -p /app/samvera/hyrax-webapp/public && \
mkdir -p /app/samvera/branding && \
ln -snf /app/samvera/branding /app/samvera/hyrax-webapp/public/branding

ONBUILD ARG APP_PATH=.
ONBUILD COPY --chown=1001:101 $APP_PATH/Gemfile* /app/samvera/hyrax-webapp/
ONBUILD RUN git config --global --add safe.directory /app/samvera && \
Expand Down

0 comments on commit c7e5a40

Please sign in to comment.