From a5b01b12c523d03c7527fb76d3bc37b189684c3e Mon Sep 17 00:00:00 2001 From: Evan Chen Date: Thu, 18 Nov 2021 01:18:14 +0800 Subject: [PATCH] update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66ef0fc..ffd3825 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ echo '\ >Shell\n\ {{end}}\n\ ' > links.tmpl && \ -echo '{"app_name":"Go Playground","no_reconfig":true,"shell": "/bin/bash", \ +echo '{"app_name":"Go Playground","no_reconfig":true,"shell": "/bin/bash" \ ,"files":[{"path":"main.go","name":"Main","action":"go run main.go","order":-1},{"path":"shell.sh","name":"Shell","action":"bash shell.sh","order":1}] \ ,"hide_config":true,"cust":"."}' > conf.json && \ echo 'package main\n\