Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaLMoore committed May 23, 2024
1 parent 88965ee commit 1ff71d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ 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/branding && \
RUN mkdir -p /app/samvera/hyrax-webapp/public && \
mkdir -p /app/samvera/branding && \
ln -sf /app/samvera/branding /app/samvera/hyrax-webapp/public/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/
Expand Down

0 comments on commit 1ff71d4

Please sign in to comment.