Dockerfile working on local machine but not Railway
Here is my dockerfile
The
.env
DATABASE_URL is being properly injected and is in the .env as the build logs say, but in the deploy logs this is the error.
This error only happens when there is no .env
The container works perfectly on my local machine and im wonder if I need to make special changes for it to work on Railway.2 Replies