Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,7 +22,7 @@ RUN npm install -g pnpm
|
|
22 |
RUN pnpm install
|
23 |
|
24 |
# Set permissions for the working directory
|
25 |
-
RUN chmod -R
|
26 |
|
27 |
# Expose the port
|
28 |
EXPOSE 3000
|
|
|
22 |
RUN pnpm install
|
23 |
|
24 |
# Set permissions for the working directory
|
25 |
+
RUN chmod -R 777 /home/appuser/react-video-editor
|
26 |
|
27 |
# Expose the port
|
28 |
EXPOSE 3000
|