Revert "feat: add persistent Deno cache to Railway executor for faster tool loading"

This reverts commit eb8a5ff91e.
This commit is contained in:
Ajax Davis 2025-12-05 01:04:39 +10:00
parent 0c7b058593
commit d843d7b78d
3 changed files with 3 additions and 40 deletions

View file

@ -1,14 +0,0 @@
[build]
builder = "dockerfile"
dockerfilePath = "Dockerfile"
[deploy]
startCommand = "deno run --allow-net --allow-env --allow-read --allow-write server.ts"
restartPolicyType = "on_failure"
restartPolicyMaxRetries = 10
# Mount persistent volume for Deno cache
# This persists the cache across deploys and restarts
[[volumes]]
mountPath = "/app/.deno_cache"
name = "deno-cache"