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