Compare commits
2 Commits
78265d92ba
...
943dc190a3
| Author | SHA1 | Date | |
|---|---|---|---|
| 943dc190a3 | |||
| 80a892478f |
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(python -m venv .venv)",
|
||||
"Bash(.venv/bin/pip install *)",
|
||||
"Read(//home/sana/.config/uv/**)",
|
||||
"Read(//home/sana/.pip/**)",
|
||||
"Bash(make admin *)",
|
||||
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://127.0.0.1:8000/)",
|
||||
"Bash(kill %1)",
|
||||
"Bash(uv run *)",
|
||||
"Bash(curl -sv http://127.0.0.1:8000/)",
|
||||
"Bash(no_proxy=\"127.0.0.1\" curl -s -o /dev/null -w \"%{http_code}\" http://127.0.0.1:8000/)",
|
||||
"Bash(echo \"exit: $?\")",
|
||||
"Bash(google-chrome --version)",
|
||||
"Bash(google-chrome-stable --version)",
|
||||
"Bash(chromium --version)",
|
||||
"Bash(make patch-driver *)",
|
||||
"Bash(rtk ls *)",
|
||||
"Bash(./drivers/chromedriver *)",
|
||||
"Bash(rtk grep *)",
|
||||
"Bash(rtk git *)",
|
||||
"Bash(python *)",
|
||||
"Bash(rtk read *)",
|
||||
"Bash(uv add *)",
|
||||
"Bash(wait)",
|
||||
"Bash(fuser -k 8000/tcp)",
|
||||
"Bash(fuser -k 9000/tcp)",
|
||||
"Bash(rtk find *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
.venv
|
||||
venv
|
||||
.git
|
||||
+1
-1
@@ -13,7 +13,7 @@ COPY pyproject.toml uv.lock* ./
|
||||
RUN uv sync --frozen --no-dev --no-install-project
|
||||
|
||||
# ── Stage 2: runtime ──────────────────────────────────────────────────────────
|
||||
FROM python:3.11-slim AS runtime
|
||||
FROM python:3.14-slim AS runtime
|
||||
|
||||
# ── Chrome + system deps ──────────────────────────────────────────────────────
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
|
||||
Reference in New Issue
Block a user