Fix: Docker entrypoint command. run.sh is in the /app subdirectory

This commit is contained in:
Amritanshu Agrawal 2024-12-17 08:58:17 +05:30
parent ac728128b9
commit 823e3a761e

View File

@ -62,4 +62,4 @@ RUN chmod 777 /app/docker-entrypoint.sh \
&& ln -s /app/docker-entrypoint.sh /
ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["poetry", "run", "run.sh"]
CMD ["poetry", "run", "/app/run.sh"]