sofianhw commited on
Commit
f1c1482
1 Parent(s): 0c01691

fix entrypoint path

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -42,4 +42,4 @@ RUN ls -la $HOME/app/
42
 
43
  RUN chmod +x $HOME/app/entrypoint.sh
44
 
45
- ENTRYPOINT ["/home/app/entrypoint.sh"]
 
42
 
43
  RUN chmod +x $HOME/app/entrypoint.sh
44
 
45
+ ENTRYPOINT ["/home/user/app/entrypoint.sh"]