Railway up question
When I run
railway up
in a python project that includes a virtual environment on my end, will it upload that too? If so, how can I prevent that?
The docker image is currently 3 gigabytes after build, which takes a long time to upload3 Replies
Project ID:
01193f0e-80a5-40ef-8933-4faf08abad80
⚠️ experimental feature
imo avoid railway up-ing when at all possible. I much prefer deploying through github
That way you can gitignore specific files in the directory
you can have railway build it’s own environment through auto detected Nixpacks or by configuring a nixpacks.toml