mirror of
https://github.com/marcogll/telegram_new_socias.git
synced 2026-01-13 13:15:16 +00:00
feat: Update Dockerfile to use Python 3.12 and modify docker-compose to specify bot image directly; enhance onboarding role selection prompts.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Usar una imagen base de Python
|
||||
FROM python:3.9-slim
|
||||
# Usar una imagen base de Python actualizada
|
||||
FROM python:3.12-slim
|
||||
|
||||
# Establecer el directorio de trabajo
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user