2 lines
105 B
Bash
2 lines
105 B
Bash
#!/bin/bash
|
|
docker run --rm -v $(pwd)/html/:/usr/share/nginx/html/ -p {{localPort}}:80 {{localContainer}} |