Skip to content

Commit 2c0c163

Browse files
authored
Merge pull request #47 from srhinos/fix-docker-install
fix: Update Dockerfile to Fix Import Errors
2 parents f5ff1ce + 1eedba8 commit 2c0c163

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ WORKDIR /app
55
COPY requirements.txt requirements.txt
66
RUN pip install -r requirements.txt
77

8-
COPY primelooter.py primelooter.py
8+
COPY *.py .
99
CMD [ "python", "primelooter.py" , "--loop" ]

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
playwright
1+
playwright
2+
httpx

0 commit comments

Comments
 (0)