user routes

This commit is contained in:
2024-03-15 01:49:04 +03:00
parent 029238a9ef
commit 067a064cf1
13 changed files with 242 additions and 44 deletions

View File

@@ -18,7 +18,7 @@ COPY ./poetry.lock .
COPY ./pyproject.toml .
RUN poetry install --only api --no-root
RUN poetry install --without dev --no-root
ENV CONFIG_PATH='/usr/src/test_api/config/api_config.yml'