mirror of
https://github.com/YuCat-OVO/BaiduNetdisk-Docker
synced 2025-05-10 20:10:04 +08:00
env
This commit is contained in:
parent
ac7bd4ece8
commit
fb46c4d97b
@ -11,7 +11,6 @@ LABEL maintainer="YuCat-OVO"
|
|||||||
LABEL org.opencontainers.image.source="https://github.com/linuxserver/docker-baseimage-kasmvnc"
|
LABEL org.opencontainers.image.source="https://github.com/linuxserver/docker-baseimage-kasmvnc"
|
||||||
|
|
||||||
ENV \
|
ENV \
|
||||||
TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64} \
|
|
||||||
CUSTOM_PORT="8080" \
|
CUSTOM_PORT="8080" \
|
||||||
CUSTOM_HTTPS_PORT="8181" \
|
CUSTOM_HTTPS_PORT="8181" \
|
||||||
HOME="/config" \
|
HOME="/config" \
|
||||||
@ -20,6 +19,8 @@ ENV \
|
|||||||
COPY info.json /tmp/
|
COPY info.json /tmp/
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
|
TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64} &&\
|
||||||
|
echo "**** arch: ${TARGETPLATFORM} ****" &&\
|
||||||
echo "**** add icon ****" && \
|
echo "**** add icon ****" && \
|
||||||
curl -o \
|
curl -o \
|
||||||
/kclient/public/icon.png \
|
/kclient/public/icon.png \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user