Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ WORKDIR /home/appuser/react-video-editor
|
|
11 |
RUN git clone https://github.com/designcombo/react-video-editor.git .
|
12 |
|
13 |
# Change ownership of the entire project directory
|
14 |
-
RUN chown -R
|
15 |
|
16 |
# Switch to the non-root user
|
17 |
USER appuser
|
|
|
11 |
RUN git clone https://github.com/designcombo/react-video-editor.git .
|
12 |
|
13 |
# Change ownership of the entire project directory
|
14 |
+
RUN chown -R appuser:appuser /home/appuser/react-video-editor
|
15 |
|
16 |
# Switch to the non-root user
|
17 |
USER appuser
|