Commit 1898f2b1 authored by wang's avatar wang

验票

parent 804d687c
...@@ -6,7 +6,7 @@ RUN pip3 install requests loguru curl_cffi tls_client pyquery nacos-sdk-python p ...@@ -6,7 +6,7 @@ RUN pip3 install requests loguru curl_cffi tls_client pyquery nacos-sdk-python p
RUN curl -fsSL https://deb.nodesource.com/setup_19.x | bash - RUN curl -fsSL https://deb.nodesource.com/setup_19.x | bash -
RUN apt install nodejs -y RUN apt install nodejs -y
WORKDIR /home/opt/lcc-wn/ WORKDIR /home/opt/lcc-wn/
# RUN apt install -y make g++ RUN apt install -y make g++
COPY src/package.json /home/opt/lcc-wn/package.json COPY src/package.json /home/opt/lcc-wn/package.json
COPY src/package-lock.json /home/opt/lcc-wn/package-lock.json COPY src/package-lock.json /home/opt/lcc-wn/package-lock.json
# RUN npm config set registry https://registry.npmmirror.com # RUN npm config set registry https://registry.npmmirror.com
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment