This website requires JavaScript.
Explore
Help
Sign In
sartography
/
cr-connect-db
mirror of
https://github.com/sartography/cr-connect-db.git
Watch
1
Star
0
Fork
You've already forked cr-connect-db
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dev
cr-connect-db
/
Dockerfile
4 lines
81 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
revert back to latest version of postgres - I likely had problems because I didnt reset my docker volume
2021-01-07 13:36:07 +00:00
FROM
postgres
Fixes typo
2020-03-09 19:54:34 +00:00
COPY
./initdb.sh /docker-entrypoint-initdb.d/initdb.sh
Adds Dockerfile and initdb.sh
2020-03-09 18:57:15 +00:00
EXPOSE
5432