Fix: Discount and payment received were not working

This commit is contained in:
2024-12-16 21:15:01 +05:30
parent a5efcc9061
commit 659fed549a
6 changed files with 64 additions and 66 deletions

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", "gunicorn", "barker.main:app", "--worker-class", "uvicorn.workers.UvicornWorker", "--config", "/app/gunicorn.conf.py", "--log-config", "/app/logging.conf"]
CMD ["poetry", "run", "run.sh"]