Skip to content

Commit 0c86391

Browse files
authored
Update Dockerfile
1 parent c4fd672 commit 0c86391

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ EXPOSE 8086 8088 6060 8082 2003 25826 4242 8089
1414
ENV INFLUXDB_CONFIG_PATH /etc/influxdb.conf
1515
VOLUME /shared
1616

17+
COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
18+
COPY --from=0 /etc/localtime /etc/localtime
19+
COPY --from=0 /etc/timezone /etc/timezone
20+
1721
COPY --from=0 /tmp/influxd /bin/influxd
1822
COPY --from=0 /tmp/influxdb.conf /etc/influxdb.conf
19-
ENTRYPOINT ["/bin/influxd"]
23+
ENTRYPOINT ["/bin/influxd"]

0 commit comments

Comments
 (0)