store citus_load cache locally for persistence

devcontainer/citus-load
Nils Dijk 2023-11-17 13:16:42 +00:00
parent 1a990b95c3
commit 04408f20c6
No known key found for this signature in database
GPG Key ID: CA1177EF9434F241
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
"mounts": [
"type=volume,target=/data",
"source=citus-bashhistory,target=/commandhistory,type=volume",
"source=citus_load_cache,target=/home/citus/.local/share/citus_load/,type=volume",
],
"updateContentCommand": "./configure",
"postCreateCommand": "make -C .devcontainer/",