sinfor commited on
Commit
debfaf3
·
verified ·
1 Parent(s): 889bd1b

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -0
Dockerfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ FROM ghcr.io/clionertr/meilisearch4telegramsearchckj:latest
2
+ RUN chmod -R 777 /app
3
+ WORKDIR /tmp
4
+ COPY ./requirements.txt /tmp
5
+ RUN pip install --no-cache-dir -r requirements.txt
6
+ EXPOSE 7860
7
+ WORKDIR /app/Meilisearch4TelegramSearchCKJ/src
8
+ CMD ["python", "app.py"]