From 99f69d0f62e15fc3d0ed35786367218a18c48be4 Mon Sep 17 00:00:00 2001 From: bangdk Date: Sat, 23 Nov 2024 09:57:11 +0900 Subject: [PATCH] auto commit --- fems-timescaledb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fems-timescaledb/Dockerfile b/fems-timescaledb/Dockerfile index 34cc596..8be276b 100644 --- a/fems-timescaledb/Dockerfile +++ b/fems-timescaledb/Dockerfile @@ -4,7 +4,7 @@ FROM timescale/timescaledb:latest-pg16 # 설정 파일 복사 COPY ./postgresql.conf /etc/postgresql/postgresql.conf COPY ./pg_hba.conf /etc/postgresql/pg_hba.conf -COPY ./init-scripts/ /docker-entrypoint-initdb.d/ +# COPY ./init-scripts/ /docker-entrypoint-initdb.d/ # 권한 설정 RUN chown postgres:postgres /etc/postgresql/postgresql.conf && \