Skip to content

Commit a2a0f68

Browse files
authored
Yarn lock fix (#1909)
* Yarn lock had git+ssh which doesnt work in certain situations * fix yarn
1 parent 9495ddd commit a2a0f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ RUN sh -l -c " \
9292
COPY --chown=1001:101 $APP_PATH/bin/db-migrate-seed.sh /app/samvera/
9393
COPY --chown=1001:101 $APP_PATH /app/samvera/hyrax-webapp
9494

95-
RUN RAILS_ENV=production SECRET_KEY_BASE=`bin/rake secret` DB_ADAPTER=nulldb DB_URL='postgresql://fake' bundle exec rake assets:precompile
95+
RUN RAILS_ENV=production SECRET_KEY_BASE=`bin/rake secret` DB_ADAPTER=nulldb DB_URL='postgresql://fake' bundle exec rake assets:precompile && yarn install
9696
CMD ./bin/web
9797

9898
FROM hyku-web as hyku-worker

0 commit comments

Comments
 (0)