Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -28,5 +28,7 @@ RUN pip3 install -r requirements.txt
|
|
28 |
# Make the entrypoint script executable
|
29 |
RUN chmod +x $HOME/entrypoint.sh
|
30 |
|
|
|
|
|
31 |
# Define the entrypoint for the container
|
32 |
ENTRYPOINT ["/home/user/entrypoint.sh"]
|
|
|
28 |
# Make the entrypoint script executable
|
29 |
RUN chmod +x $HOME/entrypoint.sh
|
30 |
|
31 |
+
RUN ls -la $HOME
|
32 |
+
|
33 |
# Define the entrypoint for the container
|
34 |
ENTRYPOINT ["/home/user/entrypoint.sh"]
|