diff --git a/docker-compose.yml b/docker-compose.yml index 23a3cb9..efaaa56 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,7 @@ services: bot: working_dir: /app + image: python:3.14-slim command: bash -c "pip install -r requirements.txt && python main.py" container_name: reddit-fix-please restart: unless-stopped