Skip to content

Commit

Permalink
add script to build and run
Browse files Browse the repository at this point in the history
  • Loading branch information
jenslys committed Nov 2, 2023
1 parent 9132ab6 commit 1d51cf7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buildRunDocker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

# Takes the streamer name as an argument
# Example: ./buildRunDocker.sh xqc

name=$1
docker build --build-arg TWITCH_USER=$name -t autovod . && docker run -d autovod $name

0 comments on commit 1d51cf7

Please sign in to comment.