XciD HF Staff commited on
Commit
b939ec7
·
1 Parent(s): 8aba321

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 ["entrypoint.sh"]