Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
haq authored Nov 26, 2024
1 parent 471d56c commit 701e191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt update && apt install -y google-chrome-stable xvfb

WORKDIR /app

RUN git clone https://github.com/klept0/MS-Rewards-Farmer.git ./
RUN git clone -b develop https://github.com/klept0/MS-Rewards-Farmer.git ./
RUN pip install --root-user-action=ignore -r requirements.txt

COPY entrypoint.sh ./
Expand Down

0 comments on commit 701e191

Please sign in to comment.