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 9495ddd commit a2a0f68Copy full SHA for a2a0f68
Dockerfile
@@ -92,7 +92,7 @@ RUN sh -l -c " \
92
COPY --chown=1001:101 $APP_PATH/bin/db-migrate-seed.sh /app/samvera/
93
COPY --chown=1001:101 $APP_PATH /app/samvera/hyrax-webapp
94
95
-RUN RAILS_ENV=production SECRET_KEY_BASE=`bin/rake secret` DB_ADAPTER=nulldb DB_URL='postgresql://fake' bundle exec rake assets:precompile
+RUN RAILS_ENV=production SECRET_KEY_BASE=`bin/rake secret` DB_ADAPTER=nulldb DB_URL='postgresql://fake' bundle exec rake assets:precompile && yarn install
96
CMD ./bin/web
97
98
FROM hyku-web as hyku-worker
0 commit comments