Skip to content

Commit

Permalink
chore: trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Oct 8, 2024
1 parent fa28ec9 commit 8afd848
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ COPY --from=timescaledb-tools /go/bin/* /usr/local/bin/

# TimescaleDB extension (We will install last 3 versions)
COPY --from=timescaledb /tmp/*.so /opt/bitnami/postgresql/lib/

# TimescaleDB upgrade and downgrade scripts
COPY --from=timescaledb /tmp/*.sql /opt/bitnami/postgresql/share/extension/

# TimescaleDB initialization scripts
# TimescaleDB Docker initialization scripts
COPY --from=timescaledb /docker-entrypoint-initdb.d/*.sh /docker-entrypoint-initdb.d/

# Entrypoint
Expand Down

0 comments on commit 8afd848

Please sign in to comment.