RRailway•Created by lukaszb on 1/4/2024 in #✋|help Is it possible to enter running deployment? I.e. run "manage.py shell" for django apps
In dokku I can use something like dokku enter my-app
, in docker it's docker exec -ti /bin/bash
etc. Is it possible to "enter" running deployment in railway (or enter a one-time spinoff container)?