Commit 7271753
Remove importmap:install command from devcontainer.json
If it is executed as part of the updateContentCommand step, the container creation fails.
importmap:install is executed by composer install though (part of the auto-scripts), which executes just fine in Codespaces.
Fixes #1542
Co-authored-by: Wolfgang Weintritt <w.weintritt@justimmo.at>1 parent 7169fb5 commit 7271753
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments