revert back to latest version of postgres - I likely had problems because I didnt reset my docker volume
This commit is contained in:
parent
3b70b8c96d
commit
dea1b1649f
|
@ -1,3 +1,3 @@
|
||||||
FROM postgres:12
|
FROM postgres
|
||||||
COPY ./initdb.sh /docker-entrypoint-initdb.d/initdb.sh
|
COPY ./initdb.sh /docker-entrypoint-initdb.d/initdb.sh
|
||||||
EXPOSE 5432
|
EXPOSE 5432
|
||||||
|
|
Loading…
Reference in New Issue