Skip to content

Commit

Permalink
add startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
devgeekm committed Nov 1, 2024
1 parent 1efcd93 commit 6782d36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions startup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

# Descargar e instalar FFmpeg
apt-get update && apt-get install -y ffmpeg

# Iniciar la aplicación
gunicorn --bind=0.0.0.0 --timeout 600 run:app
2 changes: 1 addition & 1 deletion startup.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gunicorn --bind=0.0.0.0 --timeout 600 run:app
/bin/bash startup.sh

0 comments on commit 6782d36

Please sign in to comment.