update
parent
1efcdd7241
commit
f6d740be5e
|
@ -12,7 +12,8 @@ curl -fsSL https://github.com/caddyserver/caddy/releases/download/v2.4.6/caddy_2
|
||||||
RUN touch shell.sh && \
|
RUN touch shell.sh && \
|
||||||
echo '#!/bin/bash\n\
|
echo '#!/bin/bash\n\
|
||||||
echo "starting shell service..."\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\
|
echo "starting configui..."\n\
|
||||||
configui -log configui.log -f conf.json -bind :8001 &\n\
|
configui -log configui.log -f conf.json -bind :8001 &\n\
|
||||||
caddy run --config Caddyfile\n\
|
caddy run --config Caddyfile\n\
|
||||||
|
|
Loading…
Reference in New Issue