Skip to content
Snippets Groups Projects
Verified Commit b082865e authored by Ingo Pfennigstorf's avatar Ingo Pfennigstorf :nail_care:
Browse files

Remove unneeded statements from Dockerfile

parent 7484e961
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,6 @@ RUN python3 csv2solr.py > docs.xml
FROM solr:8.7
USER root
RUN mkdir -p /usr/solr && chown -R solr:solr /usr/solr
USER solr
COPY --from=indexer /usr/src/app/docs.xml /usr/src/app/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment