edit Dockerfile, docker-compose.yml, .dockerignore

This commit is contained in:
Skyber_2 2026-03-25 16:23:28 +03:00
parent 2261cbf1a0
commit d4534ccc29
3 changed files with 32 additions and 3 deletions

View file

@ -10,6 +10,8 @@ WORKDIR /app
COPY pyproject.toml requirements.txt* ./
RUN pip install --no-cache-dir browser-use playwright
COPY . .
RUN pip install -e .