ernestmindres commited on
Commit
f830a34
·
verified ·
1 Parent(s): 70a4985

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 .