5 lines
37 B
Bash
5 lines
37 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
docker build -t tg_bot .
|
||
|
|