mirror of https://github.com/citusdata/citus.git
store citus_load cache locally for persistence
parent
1a990b95c3
commit
04408f20c6
|
@ -26,6 +26,7 @@
|
||||||
"mounts": [
|
"mounts": [
|
||||||
"type=volume,target=/data",
|
"type=volume,target=/data",
|
||||||
"source=citus-bashhistory,target=/commandhistory,type=volume",
|
"source=citus-bashhistory,target=/commandhistory,type=volume",
|
||||||
|
"source=citus_load_cache,target=/home/citus/.local/share/citus_load/,type=volume",
|
||||||
],
|
],
|
||||||
"updateContentCommand": "./configure",
|
"updateContentCommand": "./configure",
|
||||||
"postCreateCommand": "make -C .devcontainer/",
|
"postCreateCommand": "make -C .devcontainer/",
|
||||||
|
|
Loading…
Reference in New Issue