Skip to content

Commit 32633a5

Browse files
committed
devop: 🔧 update docker
1 parent a4abb96 commit 32633a5

File tree

2 files changed

+74
-81
lines changed

2 files changed

+74
-81
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ RUN apt update
33
RUN apt install nasm -y
44
ENV HOME /home
55
ENV NODE_OPTIONS --max-old-space-size=8192
6+
RUN npm install npm@^6.14 -g
67
RUN node -v && npm -v
78
COPY package*.json ./
89
COPY package-audit.js ./

package-lock.json

Lines changed: 73 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)