Skip to content

Commit

Permalink
update init script path
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn-V committed Oct 11, 2023
1 parent 27dcd0a commit d3f934c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM influxdb:1.8

# add init.sh to initdb entry point so it's run on container start
RUN mkdir -p /docker-entrypoint-initdb.d/
COPY ./docker/influxdb/init.iql /docker-entrypoint-initdb.d
COPY ./docker/init.iql /docker-entrypoint-initdb.d

0 comments on commit d3f934c

Please sign in to comment.