Skip to content

Commit

Permalink
Docker image: chown to solr; use correct Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aelkiss committed Aug 30, 2023
1 parent ef69fba commit 9057a5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/hathitrust/lss-solr:unstable
file: example-index/Dockerfile
file: Dockerfile
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM solr:6.6.6-alpine

COPY . /opt/lss_solr_configs
COPY ./lib /opt/solr/server/solr/lib
COPY ./lss-dev/core-x /opt/solr/server/solr/core-x
COPY ./lss-dev/core-y /opt/solr/server/solr/core-y
COPY --chown=solr:solr . /opt/lss_solr_configs
COPY --chown=solr:solr ./lib /opt/solr/server/solr/lib
COPY --chown=solr:solr ./lss-dev/core-x /opt/solr/server/solr/core-x
COPY --chown=solr:solr ./lss-dev/core-y /opt/solr/server/solr/core-y

0 comments on commit 9057a5d

Please sign in to comment.