Skip to content

Instantly share code, notes, and snippets.

@i40sys
Created March 1, 2022 06:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save i40sys/e44d4606948395be07fa028f070a84ee to your computer and use it in GitHub Desktop.
Save i40sys/e44d4606948395be07fa028f070a84ee to your computer and use it in GitHub Desktop.
FROM python:3.7
ADD influx_nut.json /etc/influx_nut.json
ADD influx_nut /influx_nut
WORKDIR /influx_nut
RUN python setup.py install
CMD influx_nut --config /etc/influx_nut.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment