diff --git a/Makefile b/Makefile index 0da7b3c..ac40a44 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,11 @@ run: -v $$HOME/various/downloads:/home/chromium/Downloads \ --device /dev/snd \ --device /dev/dri \ + --device /dev/video0 \ + --device /dev/video1 \ + --device /dev/video2 \ + --device /dev/video3 \ + --device /dev/video4 \ -v /dev/shm:/dev/shm \ --name teams-pwa-$(PROFILE) \ teams-pwa:$(VERSION) $(ARGS)