DitzDev commited on
Commit
2fb515b
·
1 Parent(s): a97590e
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -49,7 +49,7 @@ RUN npm ci --only=production \
49
  COPY . .
50
 
51
  # Set permissions
52
- RUN chmod -R 755 /app
53
 
54
  # Expose port
55
  EXPOSE 7860
 
49
  COPY . .
50
 
51
  # Set permissions
52
+ RUN chmod -R 777 /app
53
 
54
  # Expose port
55
  EXPOSE 7860