File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,6 @@ RUN ln -sf /usr/lib/libmediainfo.so.0 /app/fits/tools/mediainfo/linux/libmediain
88
88
89
89
COPY --chown=1001:101 ./bin/db-migrate-seed.sh /app/samvera/
90
90
91
- # Ensure the directory exists and create the symbolic link
92
- RUN mkdir -p /app/samvera/hyrax-webapp/public && \
93
- mkdir -p /app/samvera/branding && \
94
- ln -snf /app/samvera/branding /app/samvera/hyrax-webapp/public/branding
95
-
96
91
ONBUILD ARG APP_PATH=.
97
92
ONBUILD COPY --chown=1001:101 $APP_PATH/Gemfile* /app/samvera/hyrax-webapp/
98
93
ONBUILD RUN git config --global --add safe.directory /app/samvera && \
Original file line number Diff line number Diff line change 2
2
# frozen_string_literal: true
3
3
`echo "$GOOGLE_OAUTH_PRIVATE_KEY_VALUE" | base64 -d > prod-cred.p12` unless ENV [ 'GOOGLE_OAUTH_PRIVATE_KEY_VALUE' ] . to_s . strip . empty?
4
4
5
+ # Ensure the directory exists and create the symbolic link
6
+ `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
+
5
10
exec "bundle exec puma -v -b tcp://0.0.0.0:3000"
You can’t perform that action at this time.
0 commit comments