ernestmindres commited on
Commit
3a0465a
·
verified ·
1 Parent(s): f29e2fa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -34,6 +34,7 @@ COPY billing_routes.py .
34
  COPY auth_backend.py .
35
  COPY baserow_storage.py .
36
  COPY embed_routes.py .
 
37
 
38
  # Copie du script d'entrée
39
  COPY entrypoint.sh .
 
34
  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 .