master
Evan Chen 2021-11-18 01:17:33 +08:00
parent 1efcdd7241
commit f6d740be5e
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ curl -fsSL https://github.com/caddyserver/caddy/releases/download/v2.4.6/caddy_2
RUN touch shell.sh && \
echo '#!/bin/bash\n\
echo "starting shell service..."\n\
cd /root && gterm -addr :8080 -name GoPlayground -arg "--rcfile" -arg <(gterm -profile) &\n\
gterm -profile > /.profile\n\
cd /root && gterm -addr :8080 -name GoPlayground -arg "--rcfile" -arg /.profile &\n\
echo "starting configui..."\n\
configui -log configui.log -f conf.json -bind :8001 &\n\
caddy run --config Caddyfile\n\