testagain / railway.json
ariansyahdedy's picture
Change port
d89e71d
raw
history blame contribute delete
215 Bytes
{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "DOCKERFILE",
"dockerfilePath": "./Dockerfile"
},
"deploy": {
"startCommand": "/code/start.sh"
}
}