Spaces:
Sleeping
Sleeping
Peter Michael Gits Claude commited on
Commit ·
57bfde1
1
Parent(s): f6bff37
fix: Update git config email to pgits.job@gmail.com
Browse files- Changed from HuggingFace noreply to actual email address
- Maintains proper git configuration for Docker build
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,7 +19,7 @@ RUN mkdir -p /home/app && chown -R app:app /home/app
|
|
| 19 |
USER app
|
| 20 |
|
| 21 |
# Pre-configure git to avoid build-time permission issues
|
| 22 |
-
RUN git config --global user.email "pgits@
|
| 23 |
RUN git config --global user.name "pgits" || true
|
| 24 |
|
| 25 |
# Set working directory with proper ownership
|
|
|
|
| 19 |
USER app
|
| 20 |
|
| 21 |
# Pre-configure git to avoid build-time permission issues
|
| 22 |
+
RUN git config --global user.email "pgits.job@gmail.com" || true
|
| 23 |
RUN git config --global user.name "pgits" || true
|
| 24 |
|
| 25 |
# Set working directory with proper ownership
|