Zelyanoth commited on
Commit
a7b36e8
·
verified ·
1 Parent(s): da96698

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,7 +45,7 @@ RUN npm install -g @playwright/mcp@latest
45
  USER 1000
46
  # Copy application code and set ownership
47
  COPY . .
48
- RUN chown -R appuser:appuser /app
49
 
50
  # Make sure the non-root user can access Playwright browsers
51
  RUN chmod -R 755 /ms-playwright
 
45
  USER 1000
46
  # Copy application code and set ownership
47
  COPY . .
48
+ RUN chown -R 1000:1000 /app
49
 
50
  # Make sure the non-root user can access Playwright browsers
51
  RUN chmod -R 755 /ms-playwright