revert back to latest version of postgres - I likely had problems because I didnt reset my docker volume

This commit is contained in:
Kelly McDonald 2021-01-07 08:36:07 -05:00
parent 3b70b8c96d
commit dea1b1649f
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
FROM postgres:12
FROM postgres
COPY ./initdb.sh /docker-entrypoint-initdb.d/initdb.sh
EXPOSE 5432