OlivierDehaene commited on
Commit
cf57f21
1 Parent(s): 1687f32

update entrypoint

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -55,6 +55,7 @@ COPY --from=chatui-builder /app/chat-ui/build /app/build
55
  COPY entrypoint.sh entrypoint.sh
56
  RUN chmod +x entrypoint.sh
57
 
58
- ENTRYPOINT ["./entrypoint.sh"]
 
59
 
60
 
 
55
  COPY entrypoint.sh entrypoint.sh
56
  RUN chmod +x entrypoint.sh
57
 
58
+ ENTRYPOINT ["/bin/bash"]
59
+ CMD ["entrypoint.sh"]
60
 
61