need help with deploy
Hi there! I need a bit of help with a project.
I’m trying to deploy an app on Railway, and I need to create both a server and a database. Both the server and the database need to be specific versions. The app server should run Node: v18.12.1 (18.x.x), and the database should be MySQL: 8.0.33. Additionally, the server needs to be Ubuntu: 22.04.
I understand that I need to do this using a Dockerfile, but I'm not quite sure how to go about it. Could you please help me?
Thank you so much in advance!
2 Replies