Commit f34be88f authored by Rousseau Vincent's avatar Rousseau Vincent
Browse files

Add Dockerfile

parent 6da5e3f7
No related merge requests found
Showing with 8 additions and 0 deletions
+8 -0
Dockerfile 0 → 100644
FROM python:3
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN python3 -m pip install -r requirements.txt
CMD ["python3", "/usr/src/app/cpu_influx.py"]
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment