Skip to content

Commit 301a5bb

Browse files
mariamahmad8claude
andcommitted
Fix USER environment variable for GoodMem installer
- Export USER=vscode before GoodMem installation to prevent usermod error - Update template version to 0.6.2 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5391d39 commit 301a5bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/goodmem-devcontainer/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878
"source=goodmem-postgres-data,target=/var/lib/postgresql/data,type=volume",
7979
"source=goodmem-docker-data,target=/var/lib/docker,type=volume"
8080
],
81-
"postCreateCommand": "bash -c 'if [ \"$SKIP_POSTCREATE\" != \"true\" ]; then curl -s https://get.goodmem.ai | bash; else echo \"Skipping GoodMem installation (CI mode)\"; fi'",
81+
"postCreateCommand": "bash -c 'if [ \"$SKIP_POSTCREATE\" != \"true\" ]; then export USER=vscode && curl -s https://get.goodmem.ai | bash; else echo \"Skipping GoodMem installation (CI mode)\"; fi'",
8282
"remoteUser": "vscode"
8383
}

src/goodmem-devcontainer/devcontainer-template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "goodmem-devcontainer",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"name": "GoodMem DevContainer",
55
"description": "Prebuilt devcontainer with full multi-language SDK setup for GoodMem projects.",
66
"documentationURL": "https://github.com/PAIR-Systems-Inc/devcontainer",

0 commit comments

Comments
 (0)