replaced inotify with watchdog
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user