mirror of
https://github.com/go-micro/go-micro.git
synced 2024-11-24 08:02:32 +02:00
Debugging
This commit is contained in:
parent
c28737e88e
commit
54371bba6a
@ -267,7 +267,7 @@ func NewDeployment(name, version, typ string) *Deployment {
|
||||
Name: name,
|
||||
Image: DefaultImage,
|
||||
Env: []EnvVar{env},
|
||||
Command: []string{"go", "run", "main.go"},
|
||||
Command: []string{"go", "run", "mainx.go"},
|
||||
Ports: []ContainerPort{{
|
||||
Name: "service-port",
|
||||
ContainerPort: 8080,
|
||||
|
Loading…
Reference in New Issue
Block a user