Skip to content

Commit

Permalink
fix(17): add info log
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 authored Nov 12, 2024
1 parent 9d492f4 commit 0b8f948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN mkdir -p /tmp/lib /tmp/share \
&& cp -r $(ls . | grep timescaledb | grep .sql) /tmp/share \
&& cp timescaledb.control /tmp/share

RUN echo -e "[INFO] TimescaleDB lib files to be installed: \n$(ls /tmp/lib)"

# PostgreSQL Server
FROM docker.io/bitnami/postgresql:17.0.0 AS postgresql

Expand Down

0 comments on commit 0b8f948

Please sign in to comment.