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