Skip to content

Commit

Permalink
デフォルト保存先の作成
Browse files Browse the repository at this point in the history
  • Loading branch information
kozakura913 committed Sep 23, 2024
1 parent 3864d31 commit 4abe010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ FROM opensearchproject/opensearch:2.14.0
RUN /usr/share/opensearch/bin/opensearch-plugin install --batch \
https://github.com/WorksApplications/elasticsearch-sudachi/releases/download/v3.2.2/opensearch-2.14.0-analysis-sudachi-3.2.2.zip
COPY --from=0 /sudachi-dictionary/sudachi-dictionary-20240409 config/sudachi/
RUN mkdir -p /usr/share/opensearch/data && chown 1000:1000 /usr/share/opensearch/data

0 comments on commit 4abe010

Please sign in to comment.