Skip to content

Commit

Permalink
Merge pull request #50 from preimmortal/docker
Browse files Browse the repository at this point in the history
fix: fix docker build scripts and dockerignore for docker version 24.0.7
  • Loading branch information
synesthesiam authored Jan 30, 2024
2 parents 20bbd3c + 865b407 commit 9e6195b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
!script/setup
!script/run
!wyoming_satellite/*.py
!wyoming_satellite/utils
!wyoming_satellite/VERSION
!docker/run
!sounds/*.wav
2 changes: 1 addition & 1 deletion script/build_docker
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
docker buildx build . \
docker build . \
-t 'rhasspy/wyoming-satellite' "$@"

0 comments on commit 9e6195b

Please sign in to comment.