mirror of
https://github.com/Horhik/Instagram2Fedi.git
synced 2025-03-22 13:32:04 +00:00
add run.sh (quickstart)
This commit is contained in:
parent
6da50cdda6
commit
6e34bc0a8a
1 changed files with 3 additions and 0 deletions
3
run.sh
Executable file
3
run.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/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
|
Loading…
Add table
Reference in a new issue