Skip to content

Commit ff46b7a

Browse files
committed
minor fix for command
1 parent c117aab commit ff46b7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/kubero.ts

+1
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,7 @@ export class Kubero {
726726
containerPort: 8080, //TODO use custom containerport
727727
repository: pipeline.dockerimage, // FIXME: Maybe needs a lookup into buildpack
728728
tag: "main",
729+
command: [''],
729730
pullPolicy: "Always",
730731
fetch: pipeline.buildpack.fetch,
731732
build: pipeline.buildpack.build,

0 commit comments

Comments
 (0)