core/__snapshots__/TestGenerateBuildPlanForExamples_dockerignore_1.snap.json
core/__snapshots__/TestGenerateBuildPlanForExamples_dockerignore_1.snap.jsonBrowse 1970 files
356 tokens
1,055 bytes
Token encoding: o200k_base
Snapshot 21a254f
← Back to SKILL.md
1{2 "deploy": {3 "base": {4 "image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.9.9"5 },6 "inputs": [7 {8 "include": [9 "."10 ],11 "step": "build"12 }13 ],14 "startCommand": "sh start.sh",15 "variables": {16 "RAILPACK_VERSION": "dev"17 }18 },19 "exclude": [20 ".vscode",21 ".copier",22 ".env-specific",23 ".env*",24 "__pycache__",25 "test",26 "tmp/*",27 "*.log",28 "Justfile",29 "TODO*",30 "README.md",31 "docker-compose*.yml",32 "negation_test/*",33 "!negation_test/should_exist.txt",34 "!negation_test/should_not_exist.txt",35 "!negation_test/folder_does_not_exist",36 "!negation_test/existing_folder",37 "**/node_modules"38 ],39 "steps": [40 {41 "inputs": [42 {43 "image": "ghcr.io/railwayapp/railpack-builder:mise-2026.9.9"44 }45 ],46 "name": "packages:mise"47 },48 {49 "commands": [50 {51 "cmd": "chmod +x start.sh"52 }53 ],54 "inputs": [55 {56 "step": "packages:mise"57 },58 {59 "include": [60 "."61 ],62 "local": true63 }64 ],65 "name": "build",66 "secrets": [67 "*"68 ]69 }70 ]71}