This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM ruby:3.3-bullseye
|
||||
RUN gem install mqtt telegram-bot-ruby
|
||||
COPY frigate.rb /frigate.rb
|
||||
CMD ["ruby /frigate.rb"]
|
||||
Reference in New Issue
Block a user