Selaa lähdekoodia

Update Dockerfile.architecture

Teddysun 3 vuotta sitten
vanhempi
sitoutus
d11d0737f9
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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 \