freealise commited on
Commit
80446e1
·
verified ·
1 Parent(s): bccfc12

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -5,4 +5,6 @@ WORKDIR /app
5
  EXPOSE 8080
6
 
7
  RUN npm install;
 
 
8
  CMD node index.js
 
5
  EXPOSE 8080
6
 
7
  RUN npm install;
8
+ RUN mkdir ./.cache
9
+ RUN chmod -R 777 ./.cache
10
  CMD node index.js