mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-16 08:01:16 -04:00
make config persistent, also provide defaults file updated with upstream changes
This commit is contained in:
+3
-2
@@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.17 as buildstage
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage
|
||||
|
||||
ARG MOD_VERSION
|
||||
|
||||
@@ -16,7 +16,8 @@ RUN \
|
||||
mkdir -p /root-layer/themes/flood-for-transmission && \
|
||||
tar xzf \
|
||||
/tmp/flood.tar.gz -C \
|
||||
/root-layer/themes/flood-for-transmission --strip-components=1
|
||||
/root-layer/themes/flood-for-transmission --strip-components=1 && \
|
||||
ln -s /config/themes/flood-for-transmission/config.json /root-layer/themes/flood-for-transmission/config.json
|
||||
|
||||
# copy local files
|
||||
COPY root/ /root-layer/
|
||||
|
||||
Reference in New Issue
Block a user