Explorar el Código

Use xonsh script as entrypoint for Xonsh

Valentin Niess hace 5 años
padre
commit
748bf76e02
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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" "$@"