Mettre le texte dans des fichiers séparés
This commit is contained in:
parent
db4cf9b154
commit
0d99d4f898
4 changed files with 19 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue