Browse Source

fix: docker action issues

Andrew Bastin 4 years ago
parent
commit
22ac13f2f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -15,7 +15,7 @@ COPY . .
 
 RUN npm install -g pnpm
 
-RUN pnpm i
+RUN pnpm i --unsafe-perm=true
 
 ENV HOST 0.0.0.0
 EXPOSE 3000