API-XX commited on
Commit
fdbc5ac
·
verified ·
1 Parent(s): 603554d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -14,9 +14,6 @@ RUN chmod -R 777 /app
14
  WORKDIR /app
15
  RUN npm install
16
 
17
- # Fix permissions for Playwright
18
- RUN chmod -R 777 /home/node/.cache/ms-playwright
19
-
20
  # Expose a port
21
  EXPOSE 3000
22
 
 
14
  WORKDIR /app
15
  RUN npm install
16
 
 
 
 
17
  # Expose a port
18
  EXPOSE 3000
19