Skip to content

Commit

Permalink
Yarn lock fix (#1909)
Browse files Browse the repository at this point in the history
* Yarn lock had git+ssh which doesnt work in certain situations

* fix yarn
  • Loading branch information
orangewolf committed Feb 4, 2023
1 parent 9495ddd commit a2a0f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN sh -l -c " \
COPY --chown=1001:101 $APP_PATH/bin/db-migrate-seed.sh /app/samvera/
COPY --chown=1001:101 $APP_PATH /app/samvera/hyrax-webapp

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
CMD ./bin/web

FROM hyku-web as hyku-worker
Expand Down

0 comments on commit a2a0f68

Please sign in to comment.