File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN mkdir -p /extra-scripts \
4343
4444ADD --chmod=755 https://github.com/tsl0922/ttyd/releases/download/1.7.7/ttyd.x86_64 /usr/local/bin/ttyd
4545COPY --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
4747COPY --chmod=0755 --chown=568:568 apps/imagemaid/root /
4848
4949ARG user=notroot
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN mkdir -p /extra-scripts \
4141
4242ADD --chmod=0755 https://github.com/tsl0922/ttyd/releases/download/1.7.7/ttyd.x86_64 /usr/local/bin/ttyd
4343COPY --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
4545COPY --chmod=0755 --chown=568:568 apps/kometa/root /
4646
4747VOLUME /config
You can’t perform that action at this time.
0 commit comments