From d11d0737f933f306e99ce8c254e9ef92d7e34267 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Wed, 22 Jun 2022 20:54:12 +0900 Subject: [PATCH] Update Dockerfile.architecture --- docker/hysteria/Dockerfile.architecture | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/hysteria/Dockerfile.architecture b/docker/hysteria/Dockerfile.architecture index 1592534..26eb882 100644 --- a/docker/hysteria/Dockerfile.architecture +++ b/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 \