Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 5f3f048

Browse files
committed
fix: clear command when entrypoint is tweaked
Signed-off-by: David Kwon <dakwon@redhat.com>
1 parent 39511b7 commit 5f3f048

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/devworkspace-handler/src/devfile/dev-container-component-updater.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export class DevContainerComponentUpdater {
9393

9494
// need to tweak the entrypoint to call the ${PLUGIN_REMOTE_ENDPOINT_EXECUTABLE}
9595
devContainer.args = ['sh', '-c', '${PLUGIN_REMOTE_ENDPOINT_EXECUTABLE}'];
96+
devContainer.command = [];
9697

9798
// now, need to add the common stuff
9899
this.containerPluginRemoteUpdater.update(devContainerComponent.name, devContainer);

0 commit comments

Comments
 (0)