瀏覽代碼

add postgres.Dockerfile

Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com>
hwipl 6 年之前
父節點
當前提交
5a033531c2
共有 1 個文件被更改,包括 4 次插入0 次删除
  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"]