fix entry point

This commit is contained in:
Léo Haf 2025-04-25 14:23:44 +02:00
parent b01ee6fbb9
commit 18e1d3f132
Signed by: Retropex
GPG Key ID: F5073C4F4882FFFC

View File

@ -11,4 +11,5 @@ RUN pip install --break-system-packages -r requirements.txt
RUN python3 setup.py
CMD ["python3", "App.py"]
ADD ./docker_entrypoint.sh /usr/local/bin/docker_entrypoint.sh
RUN chmod a+x /usr/local/bin/docker_entrypoint.sh