Community maintained Docker config for the knot server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

👷 : use explicit COPY

+1 -1
+1 -1
Dockerfile
··· 23 23 arg UID=1000 24 24 arg GID=1000 25 25 26 - copy rootfs . 26 + COPY ./rootfs / 27 27 run chmod 755 /etc 28 28 run chmod -R 755 /etc/s6-overlay 29 29 run apk add shadow s6-overlay execline openssl openssh git curl bash