Skip to content

Commit 680e0d8

Browse files
author
Shana Moore
authored
Update bin/web
1 parent d80b284 commit 680e0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`echo "$GOOGLE_OAUTH_PRIVATE_KEY_VALUE" | base64 -d > prod-cred.p12` unless ENV['GOOGLE_OAUTH_PRIVATE_KEY_VALUE'].to_s.strip.empty?
44

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

0 commit comments

Comments
 (0)