Fix missing constants file in docker pod

This commit is contained in:
Gleb Tcivie 2024-07-10 09:34:30 +03:00
parent c4b051183a
commit 8d188dc8b3

View file

@ -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"]