replaced inotify with watchdog

This commit is contained in:
2021-11-09 08:50:53 +00:00
parent 26f7909c33
commit 270767c3cd
3 changed files with 21 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
FROM alpine:latest
MAINTAINER Oggioni Walter <oggioni.walter@gmail.com>
RUN apk update
RUN apk add python3 uwsgi uwsgi-python3 graphviz
RUN apk add python3 py3-pip py3-watchdog uwsgi uwsgi-python3 graphviz
RUN mkdir /srv/http
VOLUME /srv/http
WORKDIR /srv/http