Wordlist-Video / run_local.sh
samihalawa's picture
Update repository with latest changes
2c3826a
raw
history blame contribute delete
186 Bytes
#!/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"