MISASI commited on
Commit
210ebf4
·
verified ·
1 Parent(s): 6f0415a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -4,6 +4,10 @@ RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommend
4
 
5
  RUN chmod +x /usr/local/bin/node
6
 
 
 
 
 
7
  RUN npm install
8
 
9
  COPY package.json .
 
4
 
5
  RUN chmod +x /usr/local/bin/node
6
 
7
+ RUN npm cache clean --force
8
+
9
+ RUN rm -rf node_modules
10
+
11
  RUN npm install
12
 
13
  COPY package.json .