Spaces:
Runtime error
Runtime error
failed docker
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
|
@@ -40,7 +40,7 @@ ENV TZ=Europe/Paris \
|
|
| 40 |
PORT=3000
|
| 41 |
|
| 42 |
|
| 43 |
-
COPY .template.
|
| 44 |
COPY --chmod=777 inject.sh inject.sh
|
| 45 |
RUN mkdir defaults
|
| 46 |
ADD defaults /defaults
|
|
@@ -96,8 +96,6 @@ COPY --from=chatui-builder --chown=1000 /app/chat-ui/node_modules /app/node_modu
|
|
| 96 |
COPY --from=chatui-builder --chown=1000 /app/chat-ui/package.json /app/package.json
|
| 97 |
COPY --from=chatui-builder --chown=1000 /app/chat-ui/build /app/build
|
| 98 |
|
| 99 |
-
COPY entrypoint.sh entrypoint.sh
|
| 100 |
-
|
| 101 |
ENTRYPOINT ["/bin/bash"]
|
| 102 |
CMD ["entrypoint.sh"]
|
| 103 |
|
|
|
|
| 40 |
PORT=3000
|
| 41 |
|
| 42 |
|
| 43 |
+
COPY entrypoint.sh.template entrypoint.sh.template
|
| 44 |
COPY --chmod=777 inject.sh inject.sh
|
| 45 |
RUN mkdir defaults
|
| 46 |
ADD defaults /defaults
|
|
|
|
| 96 |
COPY --from=chatui-builder --chown=1000 /app/chat-ui/package.json /app/package.json
|
| 97 |
COPY --from=chatui-builder --chown=1000 /app/chat-ui/build /app/build
|
| 98 |
|
|
|
|
|
|
|
| 99 |
ENTRYPOINT ["/bin/bash"]
|
| 100 |
CMD ["entrypoint.sh"]
|
| 101 |
|