File size: 186 Bytes
cf9c856
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/bin/bash

# Build the Docker image
docker build -t wordlist-video .

# Run the Docker container
docker run -p 7860:7860 wordlist-video

echo "Server running at http://localhost:7860"