Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventSA authored Oct 14, 2018
1 parent c4fd672 commit 0c86391
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ EXPOSE 8086 8088 6060 8082 2003 25826 4242 8089
ENV INFLUXDB_CONFIG_PATH /etc/influxdb.conf
VOLUME /shared

COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=0 /etc/localtime /etc/localtime
COPY --from=0 /etc/timezone /etc/timezone

COPY --from=0 /tmp/influxd /bin/influxd
COPY --from=0 /tmp/influxdb.conf /etc/influxdb.conf
ENTRYPOINT ["/bin/influxd"]
ENTRYPOINT ["/bin/influxd"]

0 comments on commit 0c86391

Please sign in to comment.