Parcourir la source

add postgres.Dockerfile

Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com>
hwipl il y a 6 ans
Parent
commit
5a033531c2
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      postgres.Dockerfile

+ 4 - 0
postgres.Dockerfile

@@ -0,0 +1,4 @@
+FROM postgres:12.1
+
+# copy db init script into image
+COPY ["./scripts/funwar_initdb.sh", "/docker-entrypoint-initdb.d"]