myyim commited on
Commit
8493889
·
verified ·
1 Parent(s): cf0a9bd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]