choix de cloche et vidéo gif fonctionnelle

This commit is contained in:
Francois Pelletier 2023-04-02 12:15:59 -04:00
parent eae8367550
commit 55340872df
6 changed files with 97 additions and 15 deletions

View file

@ -19,8 +19,5 @@ RUN pip install -r requirements.txt
COPY *.py ./
RUN python install.py
# Copy the app's code
COPY main.py .
# Run the application
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]