diff --git a/.devcontainer.json b/.devcontainer.json index 4de8ba1..697ab8b 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -42,12 +42,12 @@ } }, "mounts": [ - "source=./codeforlife-portal-react,target=/workspace/codeforlife-portal-react,type=bind,consistency=cached", + "source=./codeforlife-portal-backend,target=/workspace/codeforlife-portal-backend,type=bind,consistency=cached", "source=./codeforlife-package-javascript,target=/workspace/codeforlife-package-javascript,type=bind,consistency=cached", "source=./codeforlife-package-python,target=/workspace/codeforlife-package-python,type=bind,consistency=cached" ], - "name": "portal", - "postCreateCommand": "chmod u+x ./setup && ./setup", + "name": "portal-frontend", + "postCreateCommand": "sudo chmod u+x ./setup && ./setup", "remoteUser": "root", "service": "base-service", "shutdownAction": "none", diff --git a/.gcloudignore b/.gcloudignore index 9f90aff..09c35ea 100644 --- a/.gcloudignore +++ b/.gcloudignore @@ -8,8 +8,8 @@ /.prettierignore /.prettierrc.json /codecov.yml -/codeforlife.code-workspace -/README.md +/*.code-* +/*.md /setup /tsconfig.json /tsconfig.node.json diff --git a/codeforlife.code-workspace b/codeforlife.code-workspace index 5ef94de..7e623c1 100644 --- a/codeforlife.code-workspace +++ b/codeforlife.code-workspace @@ -2,7 +2,7 @@ "folders": [ { "name": "portal-backend", - "path": "../codeforlife-portal-react" + "path": "../codeforlife-portal-backend" }, { "name": "portal-frontend",