Skip to content

Commit

Permalink
Fix Dockerfile regression
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Jul 3, 2024
1 parent 1e35c5a commit cc27493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ WORKDIR /app
COPY Pipfile ./
COPY Pipfile.lock ./
COPY *.py ./
COPY downloader/* ./downloader/
COPY models/* ./models/
COPY bots/* ./bots/
COPY downloader/ ./downloader/
COPY models/ ./models/
COPY bots/ ./bots/

RUN pipenv install && pipenv run playwright install chromium && pipenv run playwright install-deps

Expand Down

0 comments on commit cc27493

Please sign in to comment.