user routes
This commit is contained in:
@@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user