idk
This commit is contained in:
+3
-3
@@ -3,13 +3,13 @@ services:
|
||||
image: python:3.12-slim
|
||||
container_name: mcp-bash
|
||||
restart: unless-stopped
|
||||
working_dir: /app
|
||||
working_dir: /workspace
|
||||
command: |
|
||||
bash -c "
|
||||
apt-get update -qq &&
|
||||
apt-get install -y --no-install-recommends curl wget git vim nano htop procps jq less unzip &&
|
||||
pip install -q -r requirements.txt &&
|
||||
python -u main.py"
|
||||
pip install -q -r /app/requirements.txt &&
|
||||
cd /app && python -u main.py"
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user