feat: Add Dockerfile and initial Docker setup files

This commit is contained in:
komkida91
2026-01-31 16:04:55 +01:00
parent 70c533e755
commit 59812e547e
31 changed files with 7720 additions and 1776 deletions

View File

@@ -150,6 +150,6 @@ def init_db():
conn.commit()
conn.close()
print("Base de datos GKACHELE inicializada correctamente.")
print("Base de datos GKACHELE inicializada correctamente.")
except Exception as e:
print(f" Error inicializando DB: {e}")
print(f" Error inicializando DB: {e}")