Remove missing flag [ci skip]
This commit is contained in:
2
makefile
2
makefile
@ -5,7 +5,7 @@ run:
|
|||||||
@if [ ! -d ".venv" ]; then \
|
@if [ ! -d ".venv" ]; then \
|
||||||
python3 -m venv .venv && \
|
python3 -m venv .venv && \
|
||||||
.venv/bin/pip install -U pip setuptools wheel poetry && \
|
.venv/bin/pip install -U pip setuptools wheel poetry && \
|
||||||
.venv/bin/poetry install --dev; \
|
.venv/bin/poetry install; \
|
||||||
fi
|
fi
|
||||||
.venv/bin/poetry run uvicorn keycloak_collective_portal.main:app --reload
|
.venv/bin/poetry run uvicorn keycloak_collective_portal.main:app --reload
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user