Skip to content

Commit

Permalink
Merge pull request #47 from srhinos/fix-docker-install
Browse files Browse the repository at this point in the history
fix: Update Dockerfile to Fix Import Errors
  • Loading branch information
srhinos authored Feb 15, 2024
2 parents f5ff1ce + 1eedba8 commit 2c0c163
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ WORKDIR /app
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt

COPY primelooter.py primelooter.py
COPY *.py .
CMD [ "python", "primelooter.py" , "--loop" ]
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
playwright
playwright
httpx

0 comments on commit 2c0c163

Please sign in to comment.