logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

Dockerfile (227B)


  1. FROM python:3.9
  2. WORKDIR /code
  3. COPY fastembed-server.py /workdir/fastembed-server.py
  4. COPY requirements.txt /workdir/requirements.txt
  5. RUN pip install -r /workdir/requirements.txt
  6. CMD ["python", "/workdir/fastembed-server.py"]