Skip to content

Commit 3ce38e2

Browse files
committed
fix: kometa and image maid support scripts
1 parent b517876 commit 3ce38e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/imagemaid/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN mkdir -p /extra-scripts \
4343

4444
ADD --chmod=755 https://github.com/tsl0922/ttyd/releases/download/1.7.7/ttyd.x86_64 /usr/local/bin/ttyd
4545
COPY --chmod=0755 --chown=568:568 apps/ubuntu/base-entrypoint.sh /entrypoint.sh
46-
COPY --chmod=0755 --chown=568:568 apps/ubuntu/scripts /scripts
46+
COPY --chmod=0755 --chown=568:568 apps/ubuntu/prom_scripts /prom_scripts
4747
COPY --chmod=0755 --chown=568:568 apps/imagemaid/root /
4848

4949
ARG user=notroot

apps/kometa/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN mkdir -p /extra-scripts \
4141

4242
ADD --chmod=0755 https://github.com/tsl0922/ttyd/releases/download/1.7.7/ttyd.x86_64 /usr/local/bin/ttyd
4343
COPY --chmod=0755 --chown=568:568 apps/ubuntu/base-entrypoint.sh /entrypoint.sh
44-
COPY --chmod=0755 --chown=568:568 apps/ubuntu/scripts /scripts
44+
COPY --chmod=0755 --chown=568:568 apps/ubuntu/prom_scripts /prom_scripts
4545
COPY --chmod=0755 --chown=568:568 apps/kometa/root /
4646

4747
VOLUME /config

0 commit comments

Comments
 (0)