Skip to content

Commit f6d2503

Browse files
committed
2 parents e1dacf4 + 5e0a065 commit f6d2503

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.devcontainer/standard-integration/devcontainer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
{
33
"name": "PayPal Standard Integration",
44
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
5-
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/standard-integration",
6-
// Use 'onCreateCommand' to run commands when creating the container.
7-
"onCreateCommand": "bash ../.devcontainer/standard-integration/welcome-message.sh",
5+
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
86
// Use 'postCreateCommand' to run commands after the container is created.
97
"postCreateCommand": "npm install",
108
// Use 'postAttachCommand' to run commands when attaching to the container.
@@ -37,4 +35,4 @@
3735
}
3836
}
3937
}
40-
}
38+
}

0 commit comments

Comments
 (0)