Skip to content

Commit d42fb6e

Browse files
committedMay 13, 2020
Updated Dockerfile
1 parent b258b7b commit d42fb6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ WORKDIR /usr/src/app
99
COPY package*.json ./
1010

1111
RUN npm install
12+
RUN npm audit fix
1213
# If you are building your code for production
1314
# RUN npm ci --only=production
1415

0 commit comments

Comments
 (0)
Please sign in to comment.