Open hardik-vala opened 10 months ago
Example:
The Dockerfile contains the following contents,
FROM postgres:15.2 ENV POSTGRES_USER=${POSTGRES_USER} ENV POSTGRES_PASSWORD=${POSTGRES_PASSWORD} EXPOSE ${POSTGRES_PORT}
A better summary would highlight the Dockerfile instantiates a containerized Postgres database.
Some ideas in addition to #23:
Example:
The Dockerfile contains the following contents,
A better summary would highlight the Dockerfile instantiates a containerized Postgres database.