Skip to content

Commit

Permalink
fix: improve OS/docker compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeneventi committed Dec 23, 2024
1 parent 05bcbf0 commit edf5aef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/kairosdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ADD kairosdb-env.sh /opt/kairosdb/bin/kairosdb-env.sh
EXPOSE 4242 8083 2003

ADD config-kairos.sh /usr/bin/config-kairos.sh
RUN chmod +x /usr/bin/config-kairos.sh

# Run kairosdb in foreground on boot
CMD ["/usr/bin/config-kairos.sh"]

0 comments on commit edf5aef

Please sign in to comment.