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:
@@ -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"]
|
||||||
Reference in New Issue
Block a user