Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -33,6 +33,7 @@ COPY decorators.py .
|
|
| 33 |
COPY billing_routes.py .
|
| 34 |
COPY auth_backend.py .
|
| 35 |
COPY baserow_storage.py .
|
|
|
|
| 36 |
|
| 37 |
# Copie du script d'entrée
|
| 38 |
COPY entrypoint.sh .
|
|
|
|
| 33 |
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 .
|