Add 'Docker/pgDockerfile'

This commit is contained in:
jsmith 2022-05-04 15:04:26 +00:00
parent d0a048d7ae
commit 57330083e4

6
Docker/pgDockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM postgres:14
ENV POSTGRES_USER=postgres
ENV POSTGRES_PASSWORD=postgres
ENV POSTGRES_DB=scratch