Fix wasmtime cache config in Docker image

This commit is contained in:
Quentin Gliech
2022-08-22 17:55:54 +02:00
parent acca0b8b89
commit 000e8519e0

View File

@@ -2,3 +2,8 @@
[cache]
enabled = false
# A directory which exists *must* be specified even though the cache is
# disabled, else wasmtime will try to create it, which might fail if the rootfs
# is mounted as read-only
directory = "/tmp"