add run.sh (quickstart)

This commit is contained in:
horhik 2021-09-01 16:59:03 +03:00
parent 6da50cdda6
commit 6e34bc0a8a
1 changed files with 3 additions and 0 deletions

3
run.sh Executable file
View 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