Commit a4f2ea31 by Sxy

fix: npm 安装包

parent 00f2aeb2
...@@ -5,7 +5,7 @@ ARG webenv ...@@ -5,7 +5,7 @@ ARG webenv
ADD icp-deliver /apps/icp-deliver/ ADD icp-deliver /apps/icp-deliver/
ADD web/$webenv /apps/icp-deliver/app/front/entry/public/ ADD web/$webenv /apps/icp-deliver/app/front/entry/public/
WORKDIR /apps/icp-deliver/ WORKDIR /apps/icp-deliver/
RUN cnpm install -S RUN cnpm install -S --production
CMD ["node","/apps/icp-deliver/main.js"] CMD ["node","/apps/icp-deliver/main.js"]
......
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