a year ago
how to deploy these 3 projects, this is my project structure
openapiplatform/
-----├── 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)
ⓘ Deployment information is only viewable by project members and Railway employees.
