datacipen commited on
Commit
e56c368
1 Parent(s): 2a2cac8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -15,5 +15,6 @@ 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"]
 
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 ./homeskills.py ~/app/homeskills.py
19
  COPY . .
20
  CMD ["chainlit", "run", "main.py", "--port", "7860"]