Skip to content

Commit

Permalink
Update bin/web
Browse files Browse the repository at this point in the history
  • Loading branch information
Shana Moore authored Jun 12, 2024
1 parent d80b284 commit 680e0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/web
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
`echo "$GOOGLE_OAUTH_PRIVATE_KEY_VALUE" | base64 -d > prod-cred.p12` unless ENV['GOOGLE_OAUTH_PRIVATE_KEY_VALUE'].to_s.strip.empty?

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

Expand Down

0 comments on commit 680e0d8

Please sign in to comment.