Explorar o código

add postgres.Dockerfile

Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com>
hwipl %!s(int64=6) %!d(string=hai) anos
pai
achega
5a033531c2
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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"]