Choose a user with booking availability among many
This commit is contained in:
parent
a8322d6be0
commit
559c3b6d69
18 changed files with 1810 additions and 147 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue