Private GIT

Skip to content
Snippets Groups Projects
Commit 68662cfe authored by Marius's avatar Marius
Browse files

Implemented Dockerfile

parent 0ca64c80
Branches
No related tags found
No related merge requests found
FROM python:3-alpine
RUN pip install --no-cache-dir influxdb phue
WORKDIR /srv
ADD ./hue2influx.py .
CMD [ "python", "/srv/hue2influx.py" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment