Update Dockerfile.architecture

This commit is contained in:
Teddysun 2022-06-22 20:54:12 +09:00
parent 3fe3edd15b
commit d11d0737f9
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

View File

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