Spaces:
Runtime error
Runtime error
OlivierDehaene
commited on
Commit
•
cf57f21
1
Parent(s):
1687f32
update entrypoint
Browse files- 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 ["
|
|
|
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 |
|