Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design2
/
2017110273
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2021-05-27 00:20:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e8973d95adf564c78a9db92844adf3a8df805de6
e8973d95
1 parent
df500ea3
create elasticsearch Dockerfile
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
es_data/Dockerfile
es_data/Dockerfile
0 → 100644
View file @
e8973d9
FROM
docker.elastic.co/elasticsearch/elasticsearch:7.12.1
ENV
LC_ALL=C.UTF-8
COPY user_dic.txt config/user_dic.txt
COPY synonyms.txt config/synonyms.txt
COPY elasticsearch.yml config/elasticsearch.yml
RUN
bin/elasticsearch-plugin install analysis-nori
Please
register
or
login
to post a comment