Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
| 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
|