Skip to content

Commit eb069e4

Browse files
authored
Fix inheriting postCreateCommand from container metadata (#81)
1 parent 657306c commit eb069e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

envbuilder.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ func Run(ctx context.Context, options Options) error {
756756
scripts.UpdateContentCommand = container.UpdateContentCommand
757757
}
758758
if !container.PostCreateCommand.IsEmpty() {
759-
scripts.OnCreateCommand = container.OnCreateCommand
759+
scripts.PostCreateCommand = container.PostCreateCommand
760760
}
761761
if !container.PostStartCommand.IsEmpty() {
762762
scripts.PostStartCommand = container.PostStartCommand

0 commit comments

Comments
 (0)