All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 1m4s
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
|