wtr-watcher 0.13.8

Filesystem watcher. Works anywhere. Simple, efficient and friendly.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
FROM debian:latest
COPY . /app
RUN apt-get update -y \
 && apt-get install -y \
   build-essential \
   ca-certificates \
   python3 \
   cmake \
   git \
   jq
RUN app/tool/build --no-run
RUN cp app/out/this/Release/wtr.watcher /usr/local/bin/ww