mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-05 22:43:03 +00:00
4 lines
94 B
Docker
4 lines
94 B
Docker
FROM debian:buster-slim
|
|
COPY ./weasyl-watcher /bin/weasyl-watcher
|
|
CMD ["/bin/weasyl-watcher"]
|