File tree Expand file tree Collapse file tree
root/etc/s6-overlay/s6-rc.d/user/contents.d Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 && awk '/^P:nginx$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://' ); \
1818 fi && \
1919 apk add --no-cache \
20+ inotify-tools \
2021 memcached \
2122 nginx==${NGINX_VERSION} \
2223 nginx-mod-http-brotli==${NGINX_VERSION} \
7172 printf "Linuxserver.io version: ${VERSION}\n Build-date: ${BUILD_DATE}" > /build_version && \
7273 rm -f /etc/nginx/conf.d/stream.conf
7374
75+ # copy local files
76+ COPY root/ /
77+
7478# ports and volumes
7579EXPOSE 80 443
7680
Original file line number Diff line number Diff line change 1717 && awk '/^P:nginx$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); \
1818 fi && \
1919 apk add --no-cache \
20+ inotify-tools \
2021 memcached \
2122 nginx==${NGINX_VERSION} \
2223 nginx-mod-http-brotli==${NGINX_VERSION} \
7172 printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
7273 rm -f /etc/nginx/conf.d/stream.conf
7374
75+ # copy local files
76+ COPY root/ /
77+
7478# ports and volumes
7579EXPOSE 80 443
7680
You can’t perform that action at this time.
0 commit comments