Skip to content

Commit 761cce5

Browse files
committed
remove migration copy command from dockerfile
1 parent e7e795b commit 761cce5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cmd/signozcollector/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ COPY .build/${TARGETOS}-${TARGETARCH}/signoz-collector /signoz-collector
1616

1717
# copy the config and migration files
1818
COPY config/default-config.yaml /etc/otel/config.yaml
19-
COPY exporter/clickhousetracesexporter/migrations /migrations
20-
COPY exporter/clickhouselogsexporter/migrations /logsmigrations
21-
22-
ENV LOG_MIGRATIONS_FOLDER="/logsmigrations"
2319

2420
# expose OTLP ports for the collector
2521
EXPOSE 4317 4318

0 commit comments

Comments
 (0)