Add network to use in the docker image

This commit is contained in:
Nonoo 2023-08-16 16:45:51 +02:00
parent b767e4b41d
commit 0d9d2295c1

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
docker build -t nonoo/yt-dlp-telegram-bot:latest . docker build -t nonoo/yt-dlp-telegram-bot:latest --network=host .