Update Dockerfile

This commit is contained in:
SpudGunMan
2025-01-12 11:03:41 -08:00
parent bf32eca47d
commit 5d0dae236c
+1 -1
View File
@@ -18,4 +18,4 @@ RUN pip install -r requirements.txt
RUN chmod +x /app/script/docker/entrypoint.sh
ENTRYPOINT ["/app/script/docker/entrypoint.sh"]
ENTRYPOINT ["/bin/bash", "/app/script/docker/entrypoint.sh"]