Skip to content

Commit

Permalink
Fix Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Jul 31, 2024
1 parent 4af230b commit 6061d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ services:
image: selkies-gstreamer-example:latest-ubuntu${DISTRIB_RELEASE:-24.04}
entrypoint: ["/tini", "--", "/bin/bash"]
build:
context: .
dockerfile: Dockerfile.example
context: ./addons/example
dockerfile: Dockerfile
args:
DISTRIB_RELEASE: ${DISTRIB_RELEASE:-24.04}

Expand Down

0 comments on commit 6061d7d

Please sign in to comment.