Spaces:
Paused
Paused
| FROM zhayujie/chatgpt-on-wechat:master | |
| WORKDIR /app | |
| ENV PORT=7860 | |
| EXPOSE 7860 | |
| USER root | |
| COPY entrypoint.sh /entrypoint.sh | |
| RUN chmod +x /entrypoint.sh | |
| ENTRYPOINT ["/entrypoint.sh"] |
| FROM zhayujie/chatgpt-on-wechat:master | |
| WORKDIR /app | |
| ENV PORT=7860 | |
| EXPOSE 7860 | |
| USER root | |
| COPY entrypoint.sh /entrypoint.sh | |
| RUN chmod +x /entrypoint.sh | |
| ENTRYPOINT ["/entrypoint.sh"] |