diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..3deed1b --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,10 @@ +{ + "permissions": { + "allow": [ + "*" + ], + "additionalDirectories": [ + "/workspaces/web_app/.vscode" + ] + } +} \ No newline at end of file diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 897cb0c..db673a0 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.23.0 -RUN apk update && apk add git npm python3 bash +RUN apk update && apk add git npm python3 bash podman # Install Angular.js via NPM RUN npm install -g @angular/cli@21.2.14 diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f9ad426..7a9e218 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,8 +11,4 @@ ] } } -} - -// Warning: Missing GLIBCXX >= 3.4.25! from -// Warning: Can't find libc.so or ldconfig, can't verify libc version -// Warning: Missing GLIBC >= 2.28! from \ No newline at end of file +} \ No newline at end of file