update
parent
ac8aae7f4a
commit
2fbb2764ee
|
@ -13,7 +13,7 @@ curl -fsSL https://github.com/caddyserver/caddy/releases/download/v2.4.6/caddy_2
|
||||||
|
|
||||||
RUN echo '#!/bin/sh\n\
|
RUN echo '#!/bin/sh\n\
|
||||||
echo "starting shell service..."\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\
|
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