Skip to content

Commit

Permalink
Remove config folder from pre-create
Browse files Browse the repository at this point in the history
The folder doesn't exist in our CI at the moment since we use the
default config for testing rather than an optimized config. This means
that the start command doesn't work if it's included.
  • Loading branch information
Kingdutch committed Jun 29, 2023
1 parent 73a1cc6 commit 5bfed9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ARG VERSION=latest

FROM solr:$VERSION

ENTRYPOINT ["solr-precreate", "drupal", "/solr-conf"]
ENTRYPOINT ["solr-precreate", "drupal"]

0 comments on commit 5bfed9e

Please sign in to comment.