4 lines
96 B
Bash
4 lines
96 B
Bash
#!/bin/bash
|
|
|
|
docker run -d --restart always -v $PWD:/usr/src/app --name garfbot abcrate/garfbot
|