fix: add config to docker

This commit is contained in:
def 2023-01-10 16:45:24 +04:00
parent d2b11ecc11
commit d8029623c1
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ RUN apt-get install --yes python3 python3-pip
COPY requirements.txt /app/
RUN pip3 install -r requirements.txt
COPY mirrortea/* /app/mirrortea/
COPY config.yaml /app/
ENTRYPOINT ["/usr/bin/python3", "/app/mirrortea"]