mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-15 23:06:40 +00:00
removed docker build instructions
Since theres now a remote build so info on how to build their own container feels redundant. Now shows how to run bot outside of docker.
This commit is contained in:
parent
7215a29d90
commit
a22c80aa80
@ -78,21 +78,5 @@ You can also run your own bot super easily in a [Docker](https://hub.docker.com/
|
||||
|
||||
1. Download the repository.
|
||||
2. Change information in [Credentials.py]() with your own Telegram Bot key, which can be found [here.]()
|
||||
3. Navigate to /bot directory in Powershell
|
||||
4. Build an image of the bot:
|
||||
|
||||
```powershell
|
||||
docker build -t stockbot .
|
||||
```
|
||||
|
||||
5. Run the image:
|
||||
|
||||
```powershell
|
||||
docker run -it --rm --name stockbot stockbot
|
||||
```
|
||||
|
||||
6. Or you can run the image headless:
|
||||
|
||||
```powershell
|
||||
docker run -it --rm -detatch --name stockbot stockbot
|
||||
```
|
||||
3. Run stockBot.py
|
||||
4. profit???
|
||||
|
Loading…
x
Reference in New Issue
Block a user