mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-31 11:11:26 +02:00
don't use versioned image
This commit is contained in:
parent
2ac0db8a9c
commit
a3281dae5e
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "element-web designer prototyping",
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm",
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:24-bookworm",
|
||||
"hostRequirements": {
|
||||
"cpus": 4,
|
||||
"memory": "8gb",
|
||||
"storage": "32gb"
|
||||
},
|
||||
"postCreateCommand": "pnpm install --frozen-lockfile && git checkout -b design/${GITHUB_USER}/$(date +%Y%m%d) 2>/dev/null || true",
|
||||
"postAttachCommand": "node .devcontainer/storybook-launcher/build-vsix.mjs && code --install-extension $(ls .devcontainer/storybook-launcher/*.vsix | head -1) --force 2>/dev/null; pnpm run storybook:design",
|
||||
"postAttachCommand": "node .devcontainer/storybook-launcher/build-vsix.mjs && code --install-extension $(ls .devcontainer/storybook-launcher/*.vsix | head -1) --force 2>/dev/null; cd apps/web && pnpm start & cd /workspaces/element-web && pnpm run storybook:design",
|
||||
"forwardPorts": [6007, 8080],
|
||||
"portsAttributes": {
|
||||
"6007": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user