Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "MagicZone",
- "build": {
- "dockerfile": "Containerfile",
- "context": "."
- },
- "customizations": {
- "vscode": {
- "settings": {
- "files.associations": {
- "wrangler.json": "jsonc"
- }
- }
- }
- },
- "mounts": [
- {
- "source": "${localWorkspaceFolderBasename}-node-modules",
- "target": "${containerWorkspaceFolder}/node_modules",
- "type": "volume"
- }
- ],
- "forwardPorts": [
- 3000,
- 8787
- ],
- "updateContentCommand": "pnpm install",
- "containerUser": "node",
- "remoteUser": "node"
- }
Advertisement
Add Comment
Please, Sign In to add comment