Choose a user with booking availability among many

This commit is contained in:
Stanislas Jouffroy 2024-03-05 00:24:28 +01:00
parent a8322d6be0
commit 559c3b6d69
18 changed files with 1810 additions and 147 deletions

View file

@ -11,7 +11,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
RUN python -m venv $VIRTUAL_ENV && \
pip install --no-cache-dir --upgrade -r requirements.txt
FROM python:3.10-alpine
FROM python:3.10-slim
WORKDIR /app