Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierlou committed Sep 3, 2024
1 parent 4f8ddfd commit 5470a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ ADD requirements.txt /requirements.txt

RUN pip install -r /requirements.txt

RUN git config --global user.email "[email protected]"
RUN git config --global user.name "Pierlou Ramade (Bot Airflow)"
RUN git config --global user.email "your email"
RUN git config --global user.name "your username"

0 comments on commit 5470a20

Please sign in to comment.