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