suppression console log + ajout script pour build

This commit is contained in:
Quentin Roussel
2023-03-22 09:56:48 +01:00
parent cf6c4861cb
commit db1acd820f
6 changed files with 11 additions and 16 deletions

View File

@@ -63,14 +63,14 @@ services:
# ports:
# - 8888:80
# #Serveur web de l'interface admin
# interface_admin:
# image: httpd:latest
# volumes:
# - ./interface_admin:/usr/local/apache2/htdocs/
# container_name: interface_admin
# ports:
# - 80:80
#Serveur web de l'interface admin
interface_admin:
image: httpd:latest
volumes:
- ./interface_admin/out:/usr/local/apache2/htdocs/
container_name: interface_admin
ports:
- 80:80
# #Backend de la borne : scripts pythons de reconnaissances video et audio
# #Envoient les infos a l'interface de la borne par websocket pour mettre a jour l'interface rapidement