Remove missing flag [ci skip]
This commit is contained in:
parent
89ce72d8cd
commit
d8d0504570
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user