ernestmindres commited on
Commit
86a3fb6
·
verified ·
1 Parent(s): d2345e2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -35,6 +35,7 @@ COPY auth_backend.py .
35
  COPY baserow_storage.py .
36
  COPY embed_routes.py .
37
  COPY terminal_manager.py .
 
38
 
39
  # Copie du script d'entrée
40
  COPY entrypoint.sh .
 
35
  COPY baserow_storage.py .
36
  COPY embed_routes.py .
37
  COPY terminal_manager.py .
38
+ COPY huggingface_storage.py .
39
 
40
  # Copie du script d'entrée
41
  COPY entrypoint.sh .