73e7d4cd66408e09d57f816e41c44f871571fa8b
# 1. Build the Docker image docker build -t meet-generator . # 2. Run the container mapping frontend (9595) and backend (8585) ports docker run -d --name google-meet-app -v "$(pwd)/index.html:/usr/share/nginx/html/index.html" -p 9595:80 -p 8585:8585 meet-generator # 3. Access the public url http://localhost:9595/
Description
The purpose of this application is allow the generation of public google meet link that will be shared with Digital SupplAI SA customers, when there is the need to quickly contact customer by chat of video. Without the need for them to have access to gmail
28 KiB
Languages
HTML
52.6%
JavaScript
41%
Dockerfile
6.4%