chore: reduce the docker image size (#1633)
* chore: reduce the docker image size * chore: format dockerfile
This commit is contained in:
@@ -365,6 +365,11 @@ var commands = []cli.Command{
|
||||
Name: "version",
|
||||
Usage: "the goctl builder golang image version",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "tz",
|
||||
Usage: "the timezone of the container",
|
||||
Value: "Asia/Shanghai",
|
||||
},
|
||||
},
|
||||
Action: docker.DockerCommand,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user