building with docker failed
tokamaky
HOBBYOP

2 years ago

how to deploy these 3 projects, this is my project structure

open_api_platform/

-----├── api-backend/

-------├── api-common/

-------├── api-client-sdk/

-------├── api-gateway/

------------└── Dockerfile(for gateway)

-------├──api-interface/

------------└── Dockerfile(for interface)

-------└── Dockerfile(for backend)

and I need to deploy gateway,interface,backend projects, I'm new to railway and don't know how to let railway build progress to deploy them

(for gateway and interface project, I need to build them with command

docker build -t api-interface -f ./api-interface/Dockerfile . from the direction of backend because I have common and client-sdk as local maven dependecy)

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

1 Replies

2 years ago

Is this an isolated or shared monorepo?


Welcome!

Sign in to your Railway account to join the conversation.

Loading...