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"]