This commit is contained in:
horhik 2021-09-06 20:07:39 +03:00
commit 34f1b3f5bd
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ docker build -t $YOUR_CONTAINER_NAME .
docker container run -it -d -v $(pwd):/app $YOUR_CONTAINER_NAME $I2M_INSTAGRAM_USER $I2M_INSTANCE $I2M_TOKEN
```
You can write all needed variables in `./env.sh` and then do `source ./env.sh`
You can write all needed variables in `./env.sh` and then do `source ./run.sh`
![image](https://user-images.githubusercontent.com/46262811/131577640-a3103ff2-af37-422d-96f1-60f1acdef939.png)