We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80b284 commit 680e0d8Copy full SHA for 680e0d8
bin/web
@@ -3,7 +3,7 @@
3
`echo "$GOOGLE_OAUTH_PRIVATE_KEY_VALUE" | base64 -d > prod-cred.p12` unless ENV['GOOGLE_OAUTH_PRIVATE_KEY_VALUE'].to_s.strip.empty?
4
5
# Ensure the directory exists and create the symbolic link
6
-RUN mkdir -p /app/samvera/hyrax-webapp/public && \
+mkdir -p /app/samvera/hyrax-webapp/public && \
7
mkdir -p /app/samvera/branding && \
8
ln -snf /app/samvera/branding /app/samvera/hyrax-webapp/public/branding
9
0 commit comments