Add genres api

This commit is contained in:
2022-04-08 11:02:50 +03:00
parent 8138444b9f
commit 531211ae03
5 changed files with 99 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ RUN apt-get update \
WORKDIR /root/poetry
COPY pyproject.toml poetry.lock /root/poetry/
RUN pip install poetry --no-cache-dir \
RUN pip install poetry wheel --no-cache-dir \
&& poetry export --without-hashes > requirements.txt
ENV VENV_PATH=/opt/venv