Run the container in the background so Github actions does not get hung up
This commit is contained in:
parent
738570563e
commit
a9a46a4493
2
.github/workflows/buildmaster.yaml
vendored
2
.github/workflows/buildmaster.yaml
vendored
@ -38,4 +38,4 @@ jobs:
|
||||
run: docker build -t owncast .
|
||||
|
||||
- name: Run Docker image
|
||||
run: docker run -p 8080:8080 -p 1935:1935 owncast
|
||||
run: docker run -d -p 8080:8080 -p 1935:1935 owncast
|
Loading…
x
Reference in New Issue
Block a user