From 680e0d88b8f2bf2c2d5473e5ca4d03cea0e7e55a Mon Sep 17 00:00:00 2001 From: Shana Moore Date: Wed, 12 Jun 2024 11:39:00 -0700 Subject: [PATCH] Update bin/web --- bin/web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/web b/bin/web index 2aafdb3a3..73d2a8c3c 100755 --- a/bin/web +++ b/bin/web @@ -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