master
Evan Chen 2021-11-18 01:04:36 +08:00
parent ac8aae7f4a
commit 2fbb2764ee
1 changed files with 1 additions and 1 deletions

View File

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