XciD HF staff commited on
Commit
5b20d84
1 Parent(s): b939ec7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ RUN npm run build
27
  EXPOSE 5555
28
 
29
  # Start the application
30
- ENTRYPOINT ["entrypoint.sh"]
 
27
  EXPOSE 5555
28
 
29
  # Start the application
30
+ ENTRYPOINT ["/usr/src/app/entrypoint.sh"]