Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,7 +28,7 @@ RUN touch $HOME/users.db && chmod 777 $HOME/users.db && chown user:user $HOME/us
|
|
28 |
# Change ownership of mentor.txt and temp_mentor.txt
|
29 |
RUN chown user:user $HOME/mentor.txt $HOME/temp_mentor.txt
|
30 |
|
31 |
-
RUN
|
32 |
|
33 |
# Switch back to the user
|
34 |
USER user
|
|
|
28 |
# Change ownership of mentor.txt and temp_mentor.txt
|
29 |
RUN chown user:user $HOME/mentor.txt $HOME/temp_mentor.txt
|
30 |
|
31 |
+
RUN ps aux | grep users.db
|
32 |
|
33 |
# Switch back to the user
|
34 |
USER user
|