@@ -17,4 +17,4 @@ RUN set -ex \
ENV TZ=Asia/Shanghai
ENV ARGS="server -l :9000 -p password0"
-CMD brook $ARGS
+CMD /usr/bin/brook $ARGS
@@ -18,4 +18,4 @@ RUN set -ex \
@@ -15,4 +15,4 @@ LABEL maintainer="Teddysun <[email protected]>"
COPY --from=builder /root/vlmcsd/bin/vlmcsd /usr/bin/vlmcsd
EXPOSE 1688
-CMD [ "vlmcsd", "-D", "-e" ]
+CMD [ "/usr/bin/vlmcsd", "-D", "-e" ]
@@ -22,4 +22,4 @@ RUN set -ex \
VOLUME /etc/v2ray
-CMD [ "v2ray", "-config", "/etc/v2ray/config.json" ]
+CMD [ "/usr/bin/v2ray", "-config", "/etc/v2ray/config.json" ]
@@ -23,4 +23,4 @@ RUN set -ex \