Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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 .
|