2 years ago
Hi,
One of my services cant building. Seems an easy issue but I couldn't figure it out the reason.
Any idea? (My git hub: https://github.com/cmcnr82/microservice )
LOGS: [Region: us-west1]
Using Nixpacks
context: 5b453c669fdc0d3fc6cb9e7a6cfcf7c2
Nixpacks build failed
Nixpacks was unable to generate a build plan for this app.
Please check the documentation for supported languages: https://nixpacks.com
The contents of the app directory are:
.idea/
microservice/
ⓘ Deployment information is only viewable by project members and Railway employees.
2 Replies
2 years ago
You have your app in the microservice directory meaning you need to set that as the root directory in the service settings, your Dockerfile also needs to be in that directory.
Status changed to Solved Railway • almost 2 years ago
2 years ago
thank you. it was simple but couldnt see it
