onurcopur commited on
Commit
2f07e78
·
1 Parent(s): cb52f4a

change dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -3,6 +3,8 @@ FROM python:3.12
3
 
4
  # Set working directory
5
  WORKDIR /app
 
 
6
 
7
  # Install system dependencies
8
  RUN apt-get update && apt-get install -y \
 
3
 
4
  # Set working directory
5
  WORKDIR /app
6
+ RUN git config --local user.email "[email protected]" \
7
+ && git config --local user.name "onurcopur"
8
 
9
  # Install system dependencies
10
  RUN apt-get update && apt-get install -y \