Skip to content

Commit

Permalink
Merge pull request #187 from scientist-softserv/i119-branding-symlink…
Browse files Browse the repository at this point in the history
…-fix

🐛 [i119] - add symlink to public/branding
  • Loading branch information
ShanaLMoore authored Nov 17, 2023
2 parents e43b60d + b9f9b2e commit 8e8c170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ RUN sh -l -c " \
sed -i '/require .enumerator./d' /usr/local/bundle/gems/csl-1.6.0/lib/csl.rb"
COPY --chown=1001:101 $APP_PATH/bin/db-migrate-seed.sh /app/samvera/
COPY --chown=1001:101 $APP_PATH /app/samvera/hyrax-webapp
RUN ln -sf /app/samvera/branding /app/samvera/hyrax-webapp/public/branding

RUN RAILS_ENV=production SECRET_KEY_BASE=`bin/rake secret` DB_ADAPTER=nulldb DB_URL='postgresql://fake' bundle exec rake assets:precompile && yarn install
CMD ./bin/web
Expand Down

0 comments on commit 8e8c170

Please sign in to comment.