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
3b70b8c96d
cr-connect-db
/
Dockerfile
4 lines
84 B
Docker
Raw
Normal View
History
Unescape
Escape
make sure we are using version 12 of postgres for now
2021-01-04 15:11:03 +00:00
FROM
postgres:12
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