Revert "feat: add persistent Deno cache to Railway executor for faster tool loading"
This reverts commit eb8a5ff91e.
This commit is contained in:
parent
0c7b058593
commit
d843d7b78d
3 changed files with 3 additions and 40 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue