How can I permanently change my application port number in production?
I know I can specify the port number when starting the server rails s -p 3005
, but was wondering how to change it so that I dont have to specifiy the port number everytime I start up the app.