edit Dockerfile, docker-compose.yml, .dockerignore
This commit is contained in:
parent
2261cbf1a0
commit
d4534ccc29
3 changed files with 32 additions and 3 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue