Update garfbot.sh
This commit is contained in:
@ -1 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker run -d --restart always -v $PWD:/usr/src/app --name garfbot garfbot
|
Reference in New Issue
Block a user
@ -1 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker run -d --restart always -v $PWD:/usr/src/app --name garfbot garfbot
|