1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 12:38:26 +02:00

Use ipython rather than ptpython

This commit is contained in:
Yohann D'ANELLO
2021-01-18 17:29:48 +01:00
parent b0e43959eb
commit d5ba7a08a9
2 changed files with 2 additions and 2 deletions

View File

@ -32,4 +32,4 @@ RUN ln -s /code/.bashrc /root/.bashrc
ENTRYPOINT ["/code/entrypoint.sh"]
EXPOSE 80
CMD ["./manage.py", "shell_plus", "--ptpython"]
CMD ["./manage.py", "shell_plus", "--ipython"]