tg_ckj_search / Dockerfile
sinfor's picture
Create Dockerfile
debfaf3 verified
raw
history blame contribute delete
259 Bytes
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"]