feat: remove debug info

This commit is contained in:
张泊明518370910136 2024-09-14 21:22:02 -04:00
parent 0638e14969
commit a646e835d2
GPG Key ID: CA088E6D9284F870
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ RUN apt-get update && \
# install joint-teapot # install joint-teapot
# TODO: change it to FOCS gitea mirror for deployment # TODO: change it to FOCS gitea mirror for deployment
RUN pip install git+https://gitea.com/BoYanZh/Joint-Teapot --break-system-packages RUN pip install git+https://mirror.ghproxy.com/https://github.com/BoYanZh/Joint-Teapot --break-system-packages
# install joj3 & teapot wrapper # install joj3 & teapot wrapper
COPY bin/joj3 bin/joj3-teapot /usr/local/bin/ COPY bin/joj3 bin/joj3-teapot /usr/local/bin/

View File

@ -1,6 +1,6 @@
#!/usr/bin/bash #!/usr/bin/bash
set -ex set -e
export LOG_FILE_PATH=/tmp/joint-teapot.log export LOG_FILE_PATH=/tmp/joint-teapot.log
ENV_FILE_PATH=/tmp/tt/.config/teapot/teapot.env ENV_FILE_PATH=/tmp/tt/.config/teapot/teapot.env