5 lines
246 B
Bash
Executable File
5 lines
246 B
Bash
Executable File
#!/bin/sh
|
|
|
|
source ./env.sh
|
|
docker build -t $YOUR_CONTAINER_NAME .; docker container run -it -v $(pwd):/app $YOUR_CONTAINER_NAME --mastodon-token $M_TOKEN --mastodon-instance $M_INSTANCE --fanfou-account $FF_ACCOUNT --fanfou-password $FF_PASSWORD
|