1
0
mirror of https://github.com/jcwimer/openstack-exporter synced 2026-03-24 17:44:42 +00:00

Fixed python output in docker.

This commit is contained in:
2020-11-20 15:03:28 -05:00
parent b46eee8931
commit bb0a285015

View File

@@ -8,4 +8,7 @@ RUN pip install -r /tmp/requirements.txt
### ###
WORKDIR /python WORKDIR /python
COPY . . COPY . .
ENV PYTHONUNBUFFERED=1
ENV PYTHONIOENCODING=UTF-8
CMD ["python", "/python/openstack_exporter.py"] CMD ["python", "/python/openstack_exporter.py"]