Skip to content

Commit be77869

Browse files
committed
Update Dockerfile
1 parent 0bad5da commit be77869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ FROM python:3-slim
33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app
55

6-
COPY utils/prometheus-fuel-exporter/requirements.txt /usr/src/app
6+
COPY requirements.txt /usr/src/app
77
RUN pip install --no-cache-dir -r requirements.txt
88

9-
COPY utils/prometheus-fuel-exporter/prometheus_fuel_exporter.py /usr/src/app
9+
COPY prometheus_fuel_exporter.py /usr/src/app
1010

1111
ENTRYPOINT [ "python", "-u", "prometheus_fuel_exporter.py"]

0 commit comments

Comments
 (0)