Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
1Danish-00 authored Apr 25, 2021
1 parent 7e59aab commit 8a4e9b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,4 @@ RUN wget -O chromedriver.zip http://chromedriver.storage.googleapis.com/$(curl -
COPY start.py .
COPY requirements.txt .
RUN pip3 install --no-cache-dir -r requirements.txt
COPY start.py .
CMD ["python","start.py"]
CMD ["python3","start.py"]

0 comments on commit 8a4e9b5

Please sign in to comment.