File size: 259 Bytes
debfaf3
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
FROM ghcr.io/clionertr/meilisearch4telegramsearchckj:latest
RUN chmod -R 777 /app
WORKDIR /tmp
COPY ./requirements.txt /tmp
RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 7860
WORKDIR /app/Meilisearch4TelegramSearchCKJ/src
CMD ["python", "app.py"]