Skip to content

Commit

Permalink
Remove entrypoint from SOLR Tugboat image
Browse files Browse the repository at this point in the history
Tugboat requires the entrypoint to remain the same so they can run their
init and build steps as per https://docs.tugboatqa.com/reference/tugboat-images/#solr

We must leave the custom image since we need the solr config.
  • Loading branch information
Kingdutch committed Jun 29, 2023
1 parent f0b16ac commit 9dbc60e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tugboat-solr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ ARG VERSION=latest
FROM tugboatqa/solr:$VERSION

ADD config /solr-conf/conf

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

0 comments on commit 9dbc60e

Please sign in to comment.