Sfoglia il codice sorgente

add postgres.Dockerfile

Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com>
hwipl 6 anni fa
parent
commit
5a033531c2
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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"]