Fix missing constants file in docker pod
This commit is contained in:
parent
c4b051183a
commit
8d188dc8b3
|
@ -8,4 +8,5 @@ RUN pip3 install -r requirements.txt
|
||||||
|
|
||||||
COPY ../../exporter exporter
|
COPY ../../exporter exporter
|
||||||
COPY ../../main.py .
|
COPY ../../main.py .
|
||||||
|
COPY ../../constants.py .
|
||||||
CMD ["python3", "-u", "main.py"]
|
CMD ["python3", "-u", "main.py"]
|
Loading…
Reference in a new issue