Mettre le texte dans des fichiers séparés

This commit is contained in:
François Pelletier 2023-06-18 13:58:59 -04:00
parent db4cf9b154
commit 0d99d4f898
4 changed files with 19 additions and 5 deletions

View file

@ -13,7 +13,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copy the app files to the working directory
COPY images/* ./images/
COPY logos/* ./logos/
COPY donnees/*.json ./donnees/
COPY donnees/* ./donnees/
COPY app.py ./
# Expose the port that the app will run on