Docker DATABASE_URL

I have a PostgreSQL database and an application built user docker. How would I use the connection url from the database in the dockerfile to build.
2 Replies
Percy
Percy2y ago
Project ID: N/A
Mrxbox98
Mrxbox982y ago
N/A Im using
ARG DATABASE_URL
ARG DATABASE_URL
at the top of the Dockerfile but it isnt working