Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 61bd2e5

Browse files
committed
fix(build): install terser3.14 in dockerfile
1 parent 50d3c8a commit 61bd2e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/production/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN mkdir /root/web
55
ADD web.tar.gz /root/web
66
RUN npm install -g pm2 --registry=https://registry.npm.taobao.org
77
RUN cd /root/web/ && npm install --registry=https://registry.npm.taobao.org
8+
RUN cd /root/web/ && npm i terser@3.14
89

910
RUN cd /root/web/ && make build.prod
1011

0 commit comments

Comments
 (0)