소스 검색

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"]