Skip to content

Commit

Permalink
make script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
lsat12357 committed Aug 19, 2021
1 parent 66453e0 commit 7ac598b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- OREGONDIGITAL_FEDORA_HOST: http://localhost:8983/fedora
- image: circleci/mongo:3
- image: redis
- image: oregondigital/solr
command: bash -lc 'chmod 775 /docker-entrypoint-initdb.d/odsetup.sh && /docker-entrypoint-initdb.d/odsetup.sh && bin/solr start -f -p 8985'
- image: oregondigital/solr:20210819
command: bash -lc '/docker-entrypoint-initdb.d/odsetup.sh && bin/solr start -f -p 8985'
- image: oregondigital/hydra-jetty:3.8.1-4.0
command: bash -lc 'rm -f /opt/jetty/webapps/solr.war && java -jar start.jar'

Expand Down
3 changes: 3 additions & 0 deletions docker/Dockerfile-solr
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ FROM solr:6-alpine
MAINTAINER Jeremy Echols <jechols@uoregon.edu>
COPY solr_conf/conf_v6 /var/odconf
COPY docker/solrsetup.sh /docker-entrypoint-initdb.d/odsetup.sh
USER root
RUN chmod 775 /docker-entrypoint-initdb.d/odsetup.sh
USER solr

0 comments on commit 7ac598b

Please sign in to comment.