6 lines
245 B
Bash
Executable File
6 lines
245 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
|