fix: daemonize
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
f 2023-11-23 18:27:22 -03:00
parent 15606cbb4b
commit dcb850d674
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ MAINTAINER "f <f@sutty.nl>"
ARG KNOT_VERSION=3.1.8
ENV SUTTYNS_FLAGS=""
RUN apk add --no-cache knot~${KNOT_VERSION} suttyns
RUN apk add --no-cache knot~${KNOT_VERSION} daemonize suttyns
COPY ./monit.conf /etc/monit.d/knot.conf
COPY ./suttynsd.sh /usr/local/bin/suttynsd