mirror of
https://github.com/Horhik/Instagram2Fedi.git
synced 2024-11-05 16:33:13 +00:00
4 lines
174 B
Bash
Executable file
4 lines
174 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 $I2M_INSTAGRAM_USER $I2M_INSTANCE $I2M_TOKEN
|