We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b27aa commit 207f265Copy full SHA for 207f265
1 file changed
Dockerfile
@@ -11,7 +11,6 @@ FROM alpine
11
# 安装必要的工具包
12
RUN apk --update --no-cache add tzdata ca-certificates \
13
&& cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
14
-RUN mkdir /etc/XrayR/
+RUN mkdir /etc/au/ && mkdir -p /usr/local/share/au/
15
COPY --from=builder /app/au /usr/local/bin
16
-RUN mkdir -p /usr/local/share/au/
17
ENTRYPOINT [ "au", "-c", "/etc/au/config.json"]
0 commit comments