From e73a452074c6d09683f8c3ffbbc909e626623ae7 Mon Sep 17 00:00:00 2001 From: dnomd343 Date: Tue, 2 Aug 2022 18:57:17 +0800 Subject: [PATCH] chore: docker start command --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index cfd9c1a..b85f32c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -479,5 +479,9 @@ RUN \ apk add --no-cache boost-program_options c-ares \ ca-certificates glib libev libsodium libstdc++ mbedtls pcre && \ pip3 --no-cache-dir install colorlog flask gevent IPy pysocks requests && \ + ln -s /usr/local/share/ProxyC/main.py /usr/bin/proxyc && \ rm -rf $(find / -name '__pycache__') COPY --from=asset /asset / +COPY . /usr/local/share/ProxyC/ +EXPOSE 7839 +CMD ["proxyc"]