fix s6-rc database permissions, required for running with read-write root fs, fixes #59

This commit is contained in:
El RIDO 2021-08-11 20:26:32 +02:00
parent 7bc25d916b
commit 48ef77a7aa
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -80,6 +80,7 @@ RUN \
COPY etc/ /etc/
RUN s6-rc-compile /etc/s6-rc/compiled /etc/s6/services \
&& chown -R 65534:82 /etc/s6-rc/compiled \
&& s6-linux-init-maker -C -N -B /etc/s6-linux-init/current
WORKDIR /var/www