소스 검색

Update Dockerfile.architecture

Teddysun 3 년 전
부모
커밋
d11d0737f9
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      docker/hysteria/Dockerfile.architecture

+ 0 - 2
docker/hysteria/Dockerfile.architecture

@@ -10,8 +10,6 @@ ARG TARGETPLATFORM
 WORKDIR /root
 COPY hysteria.sh /root/hysteria.sh
 COPY server.json /etc/hysteria/server.json
-COPY cert.crt /etc/hysteria/cert.crt
-COPY private.key /etc/hysteria/private.key
 RUN set -ex \
 	&& apk add --no-cache bash tzdata ca-certificates \
 	&& chmod +x /root/hysteria.sh \