3 lines
67 B
Bash
Executable file
3 lines
67 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker run --rm -d -p ${1-80}:80 vectorim/element-web
|