Upload files to "/"
first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user