@@ -13,6 +13,9 @@ Crear un proyecto y luego añadir una app desde Agregar, importar desde git.
Tal y como está la estructura de directorios, deberia detectar automáticamente una compilación Python
+Desde la línea de comandos, sería:
+
+oc new-app http://gitea.reymota.es/creylopez/ReyMotaAppsOC.git -e DEBUG=True
@@ -4,6 +4,8 @@ DATABASE=postgres
SQL_HOST=cluster-pg-rw.cloudnativepg
SQL_PORT=5432
+export PATH=/opt/venv/bin:$PATH
if [ "$DATABASE" = "postgres" ]
then
echo "Waiting for postgres..."