Spaces:
Runtime error
Runtime error
Commit
•
b4533e1
1
Parent(s):
2d23c5b
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -71,6 +71,8 @@ RUN --mount=target=/root/packages.txt,source=packages.txt \
|
|
71 |
RUN --mount=target=/root/on_startup.sh,source=on_startup.sh,readwrite \
|
72 |
bash /root/on_startup.sh
|
73 |
|
|
|
|
|
74 |
#######################################
|
75 |
# End root user section
|
76 |
#######################################
|
|
|
71 |
RUN --mount=target=/root/on_startup.sh,source=on_startup.sh,readwrite \
|
72 |
bash /root/on_startup.sh
|
73 |
|
74 |
+
RUN mkdir /data && chown user:user /data
|
75 |
+
|
76 |
#######################################
|
77 |
# End root user section
|
78 |
#######################################
|