Remove missing flag [ci skip]

This commit is contained in:
decentral1se 2021-06-16 09:51:38 +02:00
parent 89ce72d8cd
commit d8d0504570
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ run:
@if [ ! -d ".venv" ]; then \
python3 -m venv .venv && \
.venv/bin/pip install -U pip setuptools wheel poetry && \
.venv/bin/poetry install --dev; \
.venv/bin/poetry install; \
fi
.venv/bin/poetry run uvicorn keycloak_collective_portal.main:app --reload