Skip to content

Commit

Permalink
dockerfile create
Browse files Browse the repository at this point in the history
  • Loading branch information
leftmove committed Jun 28, 2024
1 parent 5e70611 commit fac7d32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/search/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ COPY ./config.toml /search/config.toml

EXPOSE 7700

CMD ["meilisearch"]
CMD ["meilisearch", "--master-key=qq80RvopBK1kjvdlSVG_8VaxsRZICP0uniq5F2v0nlM"]
9 changes: 9 additions & 0 deletions backend/search/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM getmeili/meilisearch:v1.5

WORKDIR /search

COPY ./config.toml /search/config.toml

EXPOSE 7700

CMD ["meilisearch"]

0 comments on commit fac7d32

Please sign in to comment.