mirror of
https://github.com/Horhik/Instagram2Fedi.git
synced 2024-11-22 16:11:32 +00:00
4 lines
209 B
Bash
Executable file
4 lines
209 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 --instagram-user $I2M_INSTAGRAM_USER --instance $I2M_INSTANCE --token $I2M_TOKEN
|