Skip to content

Commit

Permalink
run:app
Browse files Browse the repository at this point in the history
  • Loading branch information
devgeekm committed Nov 1, 2024
1 parent 9508727 commit 2cb00c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
# Descargar e instalar FFmpeg
apt-get update && apt-get install -y ffmpeg

# Verificar la instalación de FFmpeg
ffmpeg -version

# Iniciar la aplicación
gunicorn --bind=0.0.0.0 --timeout 600 run:run
gunicorn --bind=0.0.0.0 --timeout 600 run:app

0 comments on commit 2cb00c8

Please sign in to comment.