PORT to deployd app with dockerfile to build
abrahamx9-r
PROOP
2 years ago
I create a dockerfile to build my app, but the Variable $PATH doesn't exist to execute the app in that port, i read in the doc that railway have variables that you add with arg in dockerfile but doesn't work i use PORT, RAILWAY_TCP_PROXY_PORT and RAILWAY_TCP_APPLICATION_PORT but does exist
2 Replies
2 years ago
You would not need to use any of those variables in your Dockerfile's build steps.
Status changed to Solved Railway • about 2 years ago
abrahamx9-r
PROOP
2 years ago
thanks its working now