Spaces:
Running
Running
muralipala1504 commited on
Commit ·
669acfd
1
Parent(s): 9fbc637
Update CLAUDE.md — about/contact pages + HF Dockerfile note
Browse files
CLAUDE.md
CHANGED
|
@@ -33,6 +33,15 @@
|
|
| 33 |
| `stop.sh` | Stop all services |
|
| 34 |
| `start_hf.sh` | HF Spaces startup script |
|
| 35 |
| `requirements-translation.txt` | LibreTranslate version pin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
## 🔧 Environment Variables
|
| 38 |
|
|
|
|
| 33 |
| `stop.sh` | Stop all services |
|
| 34 |
| `start_hf.sh` | HF Spaces startup script |
|
| 35 |
| `requirements-translation.txt` | LibreTranslate version pin |
|
| 36 |
+
| `about.html` | About page — mission, features, builder, special thanks |
|
| 37 |
+
| `contact.html` | Contact page — email, GitHub, YouTube links |
|
| 38 |
+
|
| 39 |
+
And add note:
|
| 40 |
+
|
| 41 |
+
## Important Deployment Note
|
| 42 |
+
HF Spaces uses `Dockerfile` (not `Dockerfile.hf`) for building.
|
| 43 |
+
Always keep both files in sync: cp Dockerfile.hf Dockerfile before deploying.
|
| 44 |
+
|
| 45 |
|
| 46 |
## 🔧 Environment Variables
|
| 47 |
|