add image specification for bot service in docker-compose
All checks were successful
Gitea CI / lint-and-test (push) Successful in 5s

This commit is contained in:
Space-Banane
2026-02-07 12:24:20 +01:00
parent 7f1ae781fc
commit db6f6b120d

View File

@@ -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