Skip to content

Commit 958f46e

Browse files
authored
Merge pull request #20 from github/dmgardiner25-remove-existing-cache
Remove existing cache when creating codespace to save space in template
2 parents a5427d1 + 85058bc commit 958f46e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"cpus": 4
55
},
66
"waitFor": "onCreateCommand",
7+
"initializeCommand": "docker system prune -af",
78
"updateContentCommand": "python3 -m pip install -r requirements.txt",
89
"postCreateCommand": "",
910
"customizations": {

0 commit comments

Comments
 (0)