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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ RUN pip3 install -r requirements.txt
29
  RUN chmod +x $HOME/entrypoint.sh
30
 
31
  # Define the entrypoint for the container
32
- ENTRYPOINT ["$HOME/entrypoint.sh"]
 
29
  RUN chmod +x $HOME/entrypoint.sh
30
 
31
  # Define the entrypoint for the container
32
+ ENTRYPOINT ["/home/user/entrypoint.sh"]