Spaces:
Sleeping
Sleeping
change dockerfile
Browse files- 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 \
|