Ver Fonte

Use xonsh script as entrypoint for Xonsh

Valentin Niess há 5 anos atrás
pai
commit
748bf76e02
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      applications/xonsh/entrypoint.sh

+ 1 - 1
applications/xonsh/entrypoint.sh

@@ -1 +1 @@
-{{ python-executable }} -u -c 'from xonsh.main import main; main()' "$@"
+{{ python-executable }} -u "${APPDIR}/opt/python{{ python-version }}/bin/xonsh" "$@"