frist commit

This commit is contained in:
2026-05-04 19:15:00 +02:00
commit 52977daf72
18 changed files with 1324 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
set -e
# Arrancar servidor SSH
/usr/sbin/sshd
# Arrancar aplicacion web Flask
exec python3 /app/app.py