Unable to deploy a Spring Maven project
bruceg14
HOBBYOP

2 years ago

I am unable to deploy this Spring Maven project using Railway. It runs perfectly on my local machine but it won't build here. I am wondering how should I fix this and where should I start with it. I tried to use Docker but I am not really experienced with it. I build an image and is able to run that on my local machine but failed to run it here.

View Deploy details

ⓘ Deployment information is only viewable by Project members and Railway admins.

1 Replies

2 years ago

Could you send your full build logs? https://bookmarklets.up.railway.app/log-downloader/

Also, Railway uses Nixpacks by default when you have no Dockerfile, which might work with Maven Spring Boot, so you might try removing your Dockerfile and seeing if it builds.


Loading...