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