entrypoint.sh: Avoid using deep link
This commit is contained in:
parent
4734789a25
commit
c7b525875d
1 changed files with 1 additions and 1 deletions
|
@ -71,5 +71,5 @@ USER app
|
||||||
CMD python manage.py collectstatic --noinput
|
CMD python manage.py collectstatic --noinput
|
||||||
|
|
||||||
# run entrypoint.prod.sh
|
# run entrypoint.prod.sh
|
||||||
ENTRYPOINT ["/home/app/app/entrypoint.prod.sh"]
|
ENTRYPOINT ["./entrypoint.prod.sh"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue