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 && \