Add 'Docker/pgDockerfile'
This commit is contained in:
parent
d0a048d7ae
commit
57330083e4
6
Docker/pgDockerfile
Normal file
6
Docker/pgDockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM postgres:14
|
||||||
|
|
||||||
|
ENV POSTGRES_USER=postgres
|
||||||
|
ENV POSTGRES_PASSWORD=postgres
|
||||||
|
ENV POSTGRES_DB=scratch
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user