Remove man dir from examples

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
pull/603/head
J0WI 7 years ago
parent 57b9193096
commit 5f8fa19f04

@ -49,7 +49,6 @@ RUN set -ex; \
rm -rf /var/lib/apt/lists/*
RUN mkdir -p \
/usr/share/man/man1 \
/var/log/supervisord \
/var/run/supervisord \
;

@ -40,7 +40,6 @@ RUN set -ex; \
apk del .build-deps
RUN mkdir -p \
/usr/share/man/man1 \
/var/log/supervisord \
/var/run/supervisord \
;

@ -49,7 +49,6 @@ RUN set -ex; \
rm -rf /var/lib/apt/lists/*
RUN mkdir -p \
/usr/share/man/man1 \
/var/log/supervisord \
/var/run/supervisord \
;

Loading…
Cancel
Save