add image specification for bot service in docker-compose
All checks were successful
Gitea CI / lint-and-test (push) Successful in 5s
All checks were successful
Gitea CI / lint-and-test (push) Successful in 5s
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
bot:
|
bot:
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
image: python:3.14-slim
|
||||||
command: bash -c "pip install -r requirements.txt && python main.py"
|
command: bash -c "pip install -r requirements.txt && python main.py"
|
||||||
container_name: reddit-fix-please
|
container_name: reddit-fix-please
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user