|
@@ -13,7 +13,7 @@ RUN apk --no-cache add git gcc g++ && \
|
|
|
FROM alpine
|
|
|
COPY --from=builder /go/src/main /usr/local/bin/x-ui
|
|
|
COPY --from=builder /tmp/*.dat /tmp/xray-linux-amd64 /bin
|
|
|
-# RUN apk --no-cache add ca-certificates tzdata
|
|
|
+RUN apk --no-cache add ca-certificates tzdata
|
|
|
VOLUME [ "/etc/x-ui" ]
|
|
|
ENTRYPOINT ["/usr/local/bin/x-ui"]
|
|
|
ENV PATH /usr/local/bin/x-ui:$PATH
|