Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -14,5 +14,6 @@ COPY ./.chainlit/download_emplois.txt ~/app/download_fiche_competence.txt
|
|
| 14 |
COPY ./.chainlit/download_emplois.txt ~/app/download_module_formation.txt
|
| 15 |
COPY ./.chainlit/download_emplois.txt ~/app/download_referentiel_evaluation.txt
|
| 16 |
COPY ./.chainlit/download_emplois.txt ~/app/download_matrice_coherence.txt
|
|
|
|
| 17 |
COPY . .
|
| 18 |
CMD ["chainlit", "run", "main.py", "--port", "7860"]
|
|
|
|
| 14 |
COPY ./.chainlit/download_emplois.txt ~/app/download_module_formation.txt
|
| 15 |
COPY ./.chainlit/download_emplois.txt ~/app/download_referentiel_evaluation.txt
|
| 16 |
COPY ./.chainlit/download_emplois.txt ~/app/download_matrice_coherence.txt
|
| 17 |
+
COPY ./.chainlit/download_emplois.txt ~/app/download_referentiel.txt
|
| 18 |
COPY . .
|
| 19 |
CMD ["chainlit", "run", "main.py", "--port", "7860"]
|