Skip to content

Downloader component for the TVeeBot application

License

Notifications You must be signed in to change notification settings

dfialho/tveebot

Repository files navigation

TVeebot

Downloader component for the TVeeBot application

Build Docker Image

./gradlew build
docker build -t tveebot . --file docker/Dockerfile

Push Docker Image

docker login --username=dfialho14
docker push dfialho14/tveebot:latest