Spaces:
Sleeping
Sleeping
oceansweep
commited on
Commit
•
2f507d1
1
Parent(s):
be761a5
Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
@@ -39,10 +39,10 @@ RUN chown -R user:user /app && \
|
|
39 |
# Switch to the "user" user
|
40 |
USER user
|
41 |
|
42 |
-
RUN mount && \
|
43 |
-
touch /test_write && \
|
44 |
-
echo "File system status:" && \
|
45 |
-
df -h
|
46 |
|
47 |
|
48 |
|
|
|
39 |
# Switch to the "user" user
|
40 |
USER user
|
41 |
|
42 |
+
#RUN mount && \
|
43 |
+
# touch /test_write && \
|
44 |
+
# echo "File system status:" && \
|
45 |
+
# df -h
|
46 |
|
47 |
|
48 |
|