entrypoint.sh: Avoid using deep link

This commit is contained in:
app 2022-09-22 03:23:35 +00:00
parent 4734789a25
commit c7b525875d
1 changed files with 1 additions and 1 deletions

View File

@ -71,5 +71,5 @@ USER app
CMD python manage.py collectstatic --noinput
# run entrypoint.prod.sh
ENTRYPOINT ["/home/app/app/entrypoint.prod.sh"]
ENTRYPOINT ["./entrypoint.prod.sh"]