Made parser.py executable

This commit is contained in:
socrates@bakunin
2024-02-27 10:40:22 +01:00
parent f806eeb5fb
commit 9ea1623c64

View File

@@ -26,5 +26,6 @@ RUN mkdir -p /app/log
RUN mkdir -p /app/conf
RUN chmod +x /app/run.sh
RUN chmod +x /app/kill-chrome.sh
RUN chmod +x /app/parser.py
CMD [ "/app/run.sh" ]