Commit f372215
chore(devcontainer): optimize prebuilt image performance (v2) (#329)
* fix(devcontainer): add workspace mount to docker-compose
- add explicit workspace mount ../:/workspaces/SimpleAccounts-UAE
- use fixed workspace path instead of variable
- fixes 'lstat /workspaces/content: no such file or directory' error
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* chore(devcontainer): optimize prebuilt image performance
- Bake Playwright system dependencies into Dockerfile
- Combine apt-get layers for efficiency
- Pre-cache Maven and NPM dependencies during build
- Update post-create.sh to utilize pre-seeded caches
* fix(devcontainer): remove duplicate instructions and include .npmrc
---------
Co-authored-by: Mohsin Hashmi <mhashmi@wiser.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent e4b7017 commit f372215
1 file changed
Lines changed: 6 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 12 | + | |
26 | 13 | | |
27 | 14 | | |
28 | 15 | | |
| |||
95 | 82 | | |
96 | 83 | | |
97 | 84 | | |
98 | | - | |
| 85 | + | |
99 | 86 | | |
100 | | - | |
| 87 | + | |
101 | 88 | | |
102 | 89 | | |
103 | 90 | | |
| |||
114 | 101 | | |
115 | 102 | | |
116 | 103 | | |
117 | | - | |
| 104 | + | |
118 | 105 | | |
119 | 106 | | |
120 | 107 | | |
| |||
125 | 112 | | |
126 | 113 | | |
127 | 114 | | |
128 | | - | |
| 115 | + | |
0 commit comments